diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51e7e00..ebbd870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Run test run: npm run test -- --coverage - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage/lcov.info