diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a421a6a3..3d0d6cd7 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,7 +31,7 @@ jobs: run: make test - name: Upload Report to Codecov if: steps.checksecret.outputs.result == 'true' - uses: codecov/codecov-action@3b1354a6c45db9f1008891f4eafc1a7e94ce1d18 # v5.0.1 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 with: file: ./coverage.out fail_ci_if_error: true