diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b2b5b85..a72402572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.0.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.0 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"