From 9a20de632bd127b6b441845a64772e10bc195a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:48:02 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v4.1.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 69edc5a..7a90a70 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: - name: Build with Maven run: mvn -B verify -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN - name: JUnit Report Action - uses: mikepenz/action-junit-report@v4.0.3 + uses: mikepenz/action-junit-report@v4.1.0 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/target/*-reports/TEST-*.xml"