diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6fccadc6..1fbebd94 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -67,7 +67,7 @@ jobs: run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings - name: Generate Coverage - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.23 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.24 with: reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info' targetdir: ${{env.BUILD_PATH}}