diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9506ead2015..15814553e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: cp coverage.txt $TEST_RESULTS cp coverage.html $TEST_RESULTS - name: Upload coverage report - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: file: ./coverage.txt fail_ci_if_error: true