diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6275247..c9daf5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: - name: Coverage run: npm run coverage - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: coverage/lcov.info