diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 5770ef9399..ba752f8349 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -19,7 +19,7 @@ jobs: workflow: ${{ github.event.workflow.id }} run_id: ${{ github.event.workflow_run.id }} - name: Publish Test Report - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v5 with: commit: ${{github.event.workflow_run.head_sha}} report_paths: '**/*.xml' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae8fc2e730..ff4a95843f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: run: | echo "### mikepenz/action-junit-report! :rocket:" >> $GITHUB_STEP_SUMMARY - name: Publish Test Report - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v5 if: success() || failure() # always run even if the previous step fails with: report_paths: |