From e887a9ac1bb85972f51f618c21c9f98d8fcbf230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:00:56 +0000 Subject: [PATCH] chore: 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f11ef4..aaa3ca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Upload test report if: always() - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v6 with: check_name: Test report report_paths: '**/.junit.xml'