diff --git a/.github/workflows/PRs.yml b/.github/workflows/PRs.yml index 86a09f13..d127f78c 100644 --- a/.github/workflows/PRs.yml +++ b/.github/workflows/PRs.yml @@ -49,7 +49,7 @@ jobs: run: npm run test -- --shard ${{ matrix.shard }}/${{ strategy.job-total }} --coverage - name: Upload coverage - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4 + uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json