diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 804e1d4b58..8384c3991e 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -37,7 +37,7 @@ jobs: - name: Generate Code Coverage Report run: make code-cov-report - name: Upload Report to Codecov - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: files: ./coverage.out fail_ci_if_error: true