diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c4265e..f35bb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -179,7 +179,7 @@ jobs: npx istanbul-combine -d coverage/combined -r lcov -r json-summary coverage/*/coverage-final.json || true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/combined/lcov.info