diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65321a0..ecdbcb0 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@v5.1.2 + - uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}