diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97fafb..9cafc75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - run: pnpm run ci - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.node == '20.x' && matrix.os == 'ubuntu-latest' env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}