diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e92527b..1f06517 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -50,7 +50,7 @@ jobs: run: node_modules/.bin/jest tests -- --coverage --coverageReporters json - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage/coverage-final.json