From 44d4b9d466df27eb5a640371baaa8e306b2d28c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:44:01 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 3 to 6 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v3...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/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e32bb49c11..34cdf654df 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -88,7 +88,7 @@ jobs: name: $${{ matrix.release }}_$${{ matrix.output }} - name: ${{ matrix.name }} JUnit - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v6 with: report_paths: ${{ matrix.release }}-${{ matrix.output }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -221,7 +221,7 @@ jobs: name: longtests_xml_outputs_$${{ matrix.name }} - name: ${{ matrix.name }} JUnit - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v6 with: report_paths: test_results_${{ matrix.name }}.xml github_token: ${{ secrets.GITHUB_TOKEN }}