diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c371854..73cdadf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: npm test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage/lcov.info # cSpell: ignore lcov #token: ${{ secrets.CODECOV_TOKEN }}