diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c804007..c1594f6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,7 +65,7 @@ jobs: - name: Check coverage.info exists run: test -f ${{github.workspace}}/coverage.info - name: Upload Code Coverage - uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5 with: fail_ci_if_error: true use_oidc: true