diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f20969e..98039e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: npm test -- --coverage --coverageReporters=text --coverageReporters=lcov - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}