From a05945dffeeb966e9c4080e63d75b00e34a65595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 19:21:10 +0000 Subject: [PATCH] Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.4 --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index d164dec..f3507a4 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -29,7 +29,7 @@ jobs: - name: "Restore/Build/Test" run: dotnet test --configuration Release --verbosity normal --logger trx --collect:"XPlat Code Coverage" - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.4 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"