diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67445c7..20efcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: 📝 Generate Coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: "**/coverage.cobertura.xml" targetdir: .github/coveragereport diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff9353..69b6f46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: 📝 Generate Coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3 + uses: danielpalme/ReportGenerator-GitHub-Action@5.5.7 with: reports: "**/coverage.cobertura.xml" targetdir: CoverageReports