diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 3191bcaf9..d7110fef2 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -21,7 +21,7 @@ jobs: pattern: testresults-* - name: Combine coverage reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.10 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.11 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}/report"