From 5befd8e3f67ad6db6272ec75357582a80521e1c7 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:39:37 +0545 Subject: [PATCH] Revert "chore(deps): update codecov/codecov-action action to v4 (#414)" This reverts commit 5def2580050759830b4ba55f29a7f4144589fec5. --- .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 64882356..01d43c32 100644 --- a/.github/workflows/check-test-release.yml +++ b/.github/workflows/check-test-release.yml @@ -63,7 +63,7 @@ jobs: GITHUB_MATRIX_OS: ${{ matrix.os }} GITHUB_MATRIX_PYTHON: ${{ matrix.python }} - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}