diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 46cb324490..29035793c3 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -87,7 +87,7 @@ - name: Run python tests and collect coverage run: cd python/tests && pytest --cov=./ --cov-report=xml - name: Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v7.0.0 with: verbose: true fail_ci_if_error: false