diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c956c8d38..3d2d480ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,11 @@ jobs: - run: npm install --no-audit - run: ./scripts/ci.sh shell: bash - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: files: coverage/lcov.info name: ${{ matrix.os }}/${{ matrix.node-version }} + token: ${{ secrets.CODECOV_TOKEN }} typescript: name: TypeScript compatibility