diff --git a/.github/workflows/ci-code-coverage.yml b/.github/workflows/ci-code-coverage.yml index ccae5ba2f..ec1a95df8 100644 --- a/.github/workflows/ci-code-coverage.yml +++ b/.github/workflows/ci-code-coverage.yml @@ -24,7 +24,7 @@ jobs: pattern: testresults-* - name: Combine coverage reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.5 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}/report"