diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f9ece62f..aedcee63 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,7 +31,7 @@ jobs: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Codecov - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4 with: file: ./cover.out fail_ci_if_error: true