diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16e0fb6..9f66842 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,6 @@ jobs: - name: Coverage run: npm run coverage - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: coverage/lcov.info