diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 504afc6..de74768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,6 @@ jobs: run: npm run test-coverage - name: Upload test coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}