diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b67a468f..540617a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Running tests run: npm run test:prod - name: Codecov Upload - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage/lcov.info