diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e99f5b2..309fbb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Upload to Codecov if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: "**/TestResults/**/coverage.cobertura.xml" fail_ci_if_error: false