diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 8e01ec9b..ae0f42eb 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -16,6 +16,6 @@ jobs: - name: Run the tests # References https://about.codecov.io/blog/measuring-typescript-code-coverage-with-jest-and-github-actions/ run: npm test -- --coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}