From 1fb13ac215ca320b5a746b077fbb26047320a867 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:49:16 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v5.2.0 (#77) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6097f29..8a12f9e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: - name: Build with Maven run: mvn -B -ntp verify - name: JUnit Report Action - uses: mikepenz/action-junit-report@v5.1.0 + uses: mikepenz/action-junit-report@v5.2.0 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/target/*-reports/TEST-*.xml"