diff --git a/.github/workflows/step-dotnet-tests.yml b/.github/workflows/step-dotnet-tests.yml index fbe2a3e..06b11ec 100644 --- a/.github/workflows/step-dotnet-tests.yml +++ b/.github/workflows/step-dotnet-tests.yml @@ -95,7 +95,7 @@ jobs: dotnet test --solution ${{ inputs.solution }} -c Release -v ${{ inputs.dotnet-logging || 'minimal' }} --no-build --no-restore /p:Version=${{ inputs.solution-version }} /p:GeneratePackageOnBuild=false -- --coverage --coverage-output-format cobertura - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.18 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0 with: reports: '${{ github.workspace }}/**/TestResults/**/*.cobertura.xml' targetdir: '${{ github.workspace }}/coveragereports'