diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0e83f809..22755f90 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,7 +29,7 @@ jobs: - name: Run tests run: make tests - name: Upload Report to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0 with: file: ./coverage.out fail_ci_if_error: true