diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 6c7e122fe..5153d5cd3 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -48,7 +48,7 @@ jobs: run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --results-directory coverage - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.5 with: reports: coverage/**/coverage.cobertura.xml targetdir: coveragereport