diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b035d87..20d4ed6 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.5.0 + - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}