diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86075453f..cb2d28b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0 + uses: danielpalme/ReportGenerator-GitHub-Action@5.2.1 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"