diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 179594e..de0ba5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: - name: Upload coverage reports to Codecov if: strategy.job-index == 0 - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 + uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true