diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 8d5eda7..f2f3141 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -48,7 +48,7 @@ jobs: # Only run if the feature branch is in your repo (not in a fork) # as Tokenless uploading is rate limited for public repos if: github.event.pull_request.head.repo.full_name == github.repository - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false