diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d570301c0..6087f7e73e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -133,7 +133,7 @@ jobs: bunx nyc report --reporter text -t coverage --report-dir coverage rm -rf persist-coverage - name: Upload coverage to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: # use own token to upload coverage reports token: ${{ secrets.CODECOV_TOKEN }}