diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1e70bd5..29f5f6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: file: ./cover.out fail_ci_if_error: true