diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b7bec7..df8abd74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: cp coverage.html $TEST_RESULTS - name: Upload coverage report - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.txt fail_ci_if_error: true