Commit f1234239 for tesseract
commit f1234239ef77b8c0b68f59f2fc7b66f4b52a4a0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Dec 4 16:20:08 2025 +0000
Bump mikepenz/action-junit-report from 4 to 6
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 6.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v6)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml
index fe893b41..e19bf5c3 100644
--- a/.github/workflows/sw.yml
+++ b/.github/workflows/sw.yml
@@ -81,7 +81,7 @@ jobs:
- name: Publish Test Report
if: always() && matrix.os != 'windows-2022'
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v6
with:
check_name: test (${{ matrix.os }})
report_paths: .sw/test/results.xml