diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 886d8c0770..7751c8b533 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -139,7 +139,7 @@ jobs: # Generate test reports and check coverage - name: Generate test reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13 with: reports: "./TestResults/Coverage/**/coverage.cobertura.xml" targetdir: "./TestResults/Reports" diff --git a/.github/workflows/dotnet-cosmosdb-integration-tests.yml b/.github/workflows/dotnet-cosmosdb-integration-tests.yml index 5fadab089a..1233e1b13d 100644 --- a/.github/workflows/dotnet-cosmosdb-integration-tests.yml +++ b/.github/workflows/dotnet-cosmosdb-integration-tests.yml @@ -145,7 +145,7 @@ jobs: # Generate test reports and check coverage - name: Generate test reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13 with: reports: "./TestResults/Coverage/**/coverage.cobertura.xml" targetdir: "./TestResults/Reports"