From 8c89fc88b3e958d6fe80e23cee2f600acc2319a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 14:00:13 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v5 --- .github/workflows/voice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/voice.yml b/.github/workflows/voice.yml index 8e74a85d2f..60f0c73c81 100644 --- a/.github/workflows/voice.yml +++ b/.github/workflows/voice.yml @@ -51,7 +51,7 @@ jobs: app/build/reports/*.html - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/test-results/**/TEST-*.xml'