From a30804312afbedb68a91c978db6894047d97f2f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:22:45 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v4.0.1 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b79c01..c589a06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: --output "junit" --test-report "test-report.xml" - name: Publish test report - uses: mikepenz/action-junit-report@v4.0.0 + uses: mikepenz/action-junit-report@v4.0.1 if: always() with: report_paths: 'test-report.xml'