From 745c5bbaa5f7f3cf634e9181170f8c1cc6c5697b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:39:08 +0800 Subject: [PATCH] :arrow_up: Update codecov/codecov-action action to v5 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-no-adapters.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-no-adapters.yml b/.github/workflows/test-no-adapters.yml index 57f1159..56eeb7f 100644 --- a/.github/workflows/test-no-adapters.yml +++ b/.github/workflows/test-no-adapters.yml @@ -41,7 +41,7 @@ jobs: run: poetry run pytest --cov-report xml --cov=./nonebot_plugin_saa - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: env_vars: OS,PYTHON_VERSION token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 603cdd0..5f34206 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: run: poetry run pytest --cov-report xml --cov=./nonebot_plugin_saa - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: env_vars: OS,PYTHON_VERSION token: ${{ secrets.CODECOV_TOKEN }}