diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5841bc56..9e178947 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -48,7 +48,7 @@ jobs: with: name: coverage.out - name: Upload Report to Codecov - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: files: ./coverage.out fail_ci_if_error: true