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