From fd40d659727fb25427c372d027e906a21ef602df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:56:18 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/tox-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox-tests.yml b/.github/workflows/tox-tests.yml index 7d47861f..e7e02c64 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -100,7 +100,7 @@ jobs: - name: Run Tox run: tox -e py311 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: