diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 32057cb..133fea8 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -78,7 +78,7 @@ jobs: path: ./TestResults/**/coverage.cobertura.xml - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.2 with: reports: './TestResults/**/coverage.cobertura.xml' targetdir: './CoverageReport'