From 895d2fb2d38e821dd9e9b7b2387815e018058b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:38:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20codecov/codecov-?= =?UTF-8?q?action=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 2ff32fb..10afc8d 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -42,7 +42,7 @@ jobs: run: uv run pytest --cov=nonebot_plugin_tetris_stats --cov-report xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON_VERSION