From d76974ebf8898e82fd96fc285e19339c1c0bed32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:37:23 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v4 (#37) 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 7958e33..3b79c01 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@v3.8.0 + uses: mikepenz/action-junit-report@v4.0.0 if: always() with: report_paths: 'test-report.xml'