diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89ec10c0823..00a192e9446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: cp coverage.txt $TEST_RESULTS cp coverage.html $TEST_RESULTS - name: Upload coverage report - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.0.7 with: fail_ci_if_error: true files: ./coverage.txt