From 6e5a8f6d8f384ea7b53a0d2d94d3faac8b18abf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:37:18 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v6 --- .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 34c28de..7423dd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,7 @@ jobs: - uses: actions/download-artifact@v4 - name: Report test results - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 with: comment: true include_passed: true