diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f2fb445..a9fc405c6 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.9 + uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"