From 43a55c9be4e83b40d91c26b961e4f7a036c2dbf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:08:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20codecov/codecov-a?= =?UTF-8?q?ction=20action=20to=20v5.1.1=20(#213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- template/.github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/tests.yaml b/template/.github/workflows/tests.yaml index ed0e3ef..0ba8c74 100644 --- a/template/.github/workflows/tests.yaml +++ b/template/.github/workflows/tests.yaml @@ -72,7 +72,7 @@ jobs: poetry run coverage combine coverage*/.coverage* poetry run coverage xml -i - name: 🚀 Upload coverage report - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true