diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index a522dcf182..9c257a7944 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -29,7 +29,7 @@ jobs: - name: Generate Code Coverage Report run: make code-cov-report - name: Upload Report to Codecov - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 + uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2 with: file: ./coverage.out fail_ci_if_error: true