From e03d14e84c1b19e25478533e9ee8865936faa695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:24:43 +0100 Subject: [PATCH] Bump mikepenz/action-junit-report from 4 to 5 (#484) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1c1887c..fd31299f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -375,7 +375,7 @@ jobs: path: . - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 with: report_paths: '**/TEST-*.xml' detailed_summary: true