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