diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8e464fa..70978257 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,6 @@ jobs: - run: pnpm test:generate-dashboard - run: cat test-dashboard.md | tee -a $GITHUB_STEP_SUMMARY if: always() - - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4 + - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4 with: token: ${{ secrets.CODECOV_TOKEN }}