From fe745b4c0e6d639df3b5e091c643b2d58f647d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:59:59 +0000 Subject: [PATCH] chore(deps): Bump mikepenz/action-junit-report from 4 to 5 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0631b9c99..e803c94c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -349,7 +349,7 @@ jobs: # run: | # python ./.github/scripts/xml_combine.py report-unit.xml report-integration.xml > report.xml - - uses: mikepenz/action-junit-report@v4 + - uses: mikepenz/action-junit-report@v5 with: report_paths: "report.xml" check_name: ""