From e02e2f4ed0ac6ab21f93d2877f29cde3f683ee16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:53:49 +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 263e5f6..f8b4133 100644 --- a/.github/workflows/tox-tests.yml +++ b/.github/workflows/tox-tests.yml @@ -90,7 +90,7 @@ jobs: - name: Run Tox run: tox -e py3 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: