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