diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index fb5900f8b..6f376334c 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -15,7 +15,7 @@ jobs: pattern: testresults-* - name: Combine coverage reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.2 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}/report"