diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175aa10..9b82128 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@v3 + uses: codecov/codecov-action@v4 if: matrix.node == '20.x' && matrix.os == 'ubuntu-latest' env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}