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'