From cf98c70c3ff81cebc13320f1c4c04f58f5e0f3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:31:57 +0000 Subject: [PATCH] ci(deps): 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] --- .github/workflows/ci-pr.yml | 4 ++-- .github/workflows/ci-push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 91961ff..d9a200b 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -161,14 +161,14 @@ jobs: path: reports/it - name: Publish Unit Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: 'reports/unit/**/TEST-*.xml' check_name: Unit Test Report - name: Publish IT Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: 'reports/it/**/TEST-*.xml' diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index ddd4e2a..bb5bfa2 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -62,7 +62,7 @@ jobs: path: reports/unit - name: Publish Unit Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: 'reports/unit/**/TEST-*.xml'