From e42a0d51bfd23fa02bb906a7568854683b584f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:12:34 +0000 Subject: [PATCH] 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-ea.yml | 2 +- .github/workflows/test-jdk-8.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-ea.yml b/.github/workflows/test-ea.yml index e32f838d..ee1c3379 100644 --- a/.github/workflows/test-ea.yml +++ b/.github/workflows/test-ea.yml @@ -38,7 +38,7 @@ jobs: ./set_formatting_off.sh ./build_and_test.sh - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/*.xml' diff --git a/.github/workflows/test-jdk-8.yml b/.github/workflows/test-jdk-8.yml index 94e42c25..d986cdee 100644 --- a/.github/workflows/test-jdk-8.yml +++ b/.github/workflows/test-jdk-8.yml @@ -44,7 +44,7 @@ jobs: java -version mvn verify - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/*.xml' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 307b3d73..d7d6b200 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: ./build_and_test.sh shell: bash - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/*.xml'