diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64cc9da..6624378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: dotnet test --solution McpManager.sln --no-build -c Release -- --coverage --coverage-output-format cobertura --report-trx --results-directory $GITHUB_WORKSPACE/coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: use_oidc: true files: coverage/**/*.cobertura.xml