diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af9acd..b28fcbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: uses: github/codeql-action/analyze@v3 - name: Merge Code Coverage files with Reportgenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.4.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.14 with: reports: 'coverage/**/coverage.cobertura.xml' targetdir: 'coveragesummary'