diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92274d25c..7f2a07717 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@4.8.1 + uses: danielpalme/ReportGenerator-GitHub-Action@4.8.2 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"