diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5164f5..f20969e 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@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}