diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 527c9dc..2574b45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci --ignore-scripts - run: ./node_modules/.bin/c8 --reporter=lcovonly npm test - - uses: codecov/codecov-action@v4.6.0 + - uses: codecov/codecov-action@v5.0.2 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}