From e7a111dfc2469684c9196a21f1b5599fff5d6cbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 14:05:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20codecov/codecov-a?= =?UTF-8?q?ction=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ad2341c..eb2dc29 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,7 +58,7 @@ jobs: uv run coverage combine coverage*/.coverage* uv run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v6.0.2 + uses: codecov/codecov-action@v7.0.0 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}