From cef46656dc1f06b34ca0b81387a93ef2c40f1bb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:09:34 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v3.7.8 (#33) 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 861dba3..832b4ec 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.7 + uses: mikepenz/action-junit-report@v3.7.8 if: always() with: report_paths: 'test-report.xml'