diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bcbdc1f..dd02726 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
           name: Code coverage windows-latest
           path: coverage-windows
       - name: Generate coverage report
-        uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1
+        uses: danielpalme/ReportGenerator-GitHub-Action@5.4.2
         with:
           reports: "**/coverage.cobertura.xml"
           targetdir: "coverage-report"