diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 938b7cb..5cd8b2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.tfm == 'net8.0' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false files: ./TestResults/**/coverage.cobertura.xml