From c2620ae100a2209b0b5729d65163c70e9ff124d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:01:51 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v3.8.0 (#34) 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 832b4ec..8b20012 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.7.8 + uses: mikepenz/action-junit-report@v3.8.0 if: always() with: report_paths: 'test-report.xml'