diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb23a3d7f..9d7ac9f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.13 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.14 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"