From 42ad9c2af49818cad81637dc35c5da57d0bbf889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 18:00:19 +0600 Subject: [PATCH] Update codecov/codecov-action action to v3 (#196) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0598a837..2d14502a 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 }}