From a7afca759ad906559f92471b061937c54b28fad7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 22:21:49 +0000 Subject: [PATCH] Update codecov/codecov-action action to v3 --- .github/workflows/check-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-test-release.yml b/.github/workflows/check-test-release.yml index a0213ec6..fe0c0956 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -70,7 +70,7 @@ jobs: git config --global user.name "Olivaw" pytest - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}