diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b1e37b63..ad17614e6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,7 +74,7 @@ jobs: --cov-report=xml --cov-report=term ${{ env.extra_test_args }} - name: upload coverage report - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml fail_ci_if_error: false