From 9b191ff80b08b271b7c94a54502cf2c16912af82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:58:41 +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/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5c6989f..20f2a08 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -103,7 +103,7 @@ jobs: retention-days: ${{ env.retention_days }} # displays in summary page - name: Publish Test Report - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v6 if: always() # always run even if the previous step fails with: report_paths: 'junit.xml'