diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 8aa5971..25bd1d3 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -90,7 +90,7 @@ jobs: run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.17 with: reports: 'coverage/**/coverage.cobertura.xml' targetdir: 'coveragereport'