diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6392b13..c508db1 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.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.4 with: reports: "**/coverage*cobertura.xml" targetdir: "Report"