diff --git a/.github/workflows/ci-code-coverage.yml b/.github/workflows/ci-code-coverage.yml index 55acbfa96..0d7ef68a9 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.4.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.17 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}/report"