diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index fd02b0b9e..68a01f010 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.4.18 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.0 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}/report"