diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbea3fd..44763ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: - name: Run unit tests run: npm run test - name: Send code coverage report to Codecov - uses: codecov/codecov-action@v1.5.0 + uses: codecov/codecov-action@v1.5.2 with: token: ${{secrets.CODECOV_TOKEN}} file: coverage/*.json