From 2b9c5eed90d2533f18093ecb4fe56126229d5fa5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:47:56 +0000 Subject: [PATCH] chore(deps) Update codecov/codecov-action action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b5c9c8..3bb711d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: test run: tox - name: upload cov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: files: ./coverage.xml fail_ci_if_error: true