From 94c1dd4ba79d979996ad45433ba29ef887c50b44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:40:52 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v4 (#205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 400cbdc..a47ef02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: fi - name: Publish tests report if: ${{always()}} - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 with: report_paths: '**/build/test-results/*/TEST-*.xml' check_name: "Tests of ${{matrix && format('{0} #{1}', github.job, strategy.job-index || '0') || github.job}}" @@ -255,7 +255,7 @@ jobs: retention-days: 30 - name: Publish tests report if: ${{always()}} - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 with: report_paths: '**/build/test-results/*/TEST-*.xml' check_name: "Tests of ${{matrix && format('{0} #{1}', github.job, strategy.job-index || '0') || github.job}}"