diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5b0b36..e945c99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Generate coverage report # run: reportgenerator -reports:**/coverage.cobertura.xml -targetdir:Report -reporttypes:HtmlInline_AzurePipelines;Cobertura - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1 with: reports: "**/coverage*cobertura.xml" targetdir: "Report"