From 13cd9220a27d11eadfcda00cc0011f6b0ba4d002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:54:15 +0200 Subject: [PATCH] Bump mikepenz/action-junit-report from 3 to 4 (#65) --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c6b0d3f1..14bbcdf8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,7 +40,7 @@ jobs: - name: Cleanup xvfb pidx build uses: bcomnes/cleanup-xvfb@v1 - name: Publish Test Report - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 if: always() # always run even if the previous step fails with: report_paths: '**/target/surefire-reports/TEST-*.xml'