From c6e125e6bb23083144d14042716c7d99f7502a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:38:47 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v4.0.4 (#42) 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 1beb3f4..f903427 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.3 + uses: mikepenz/action-junit-report@v4.0.4 if: always() with: report_paths: 'test-report.xml'