From ad4c60102910a90e67b5d8b83271c1a7af04d3cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:35:40 +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 0d08b80..480f220 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 }}