diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index a5dca69..1e9d9c8 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -74,7 +74,7 @@ jobs: # Upload coverage to Codecov for PR comments, historical tracking, and badge generation - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: cobertura.xml fail_ci_if_error: false