diff --git a/.github/workflows/desktop-e2e-podman-windows-matrix.yaml b/.github/workflows/desktop-e2e-podman-windows-matrix.yaml index 47ee469..75a7a13 100644 --- a/.github/workflows/desktop-e2e-podman-windows-matrix.yaml +++ b/.github/workflows/desktop-e2e-podman-windows-matrix.yaml @@ -237,7 +237,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true diff --git a/.github/workflows/desktop-e2e-test-job-windows.yaml b/.github/workflows/desktop-e2e-test-job-windows.yaml index ed76671..a0cfb90 100644 --- a/.github/workflows/desktop-e2e-test-job-windows.yaml +++ b/.github/workflows/desktop-e2e-test-job-windows.yaml @@ -235,7 +235,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true diff --git a/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml b/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml index 9b3ee9b..1e81ffb 100644 --- a/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml +++ b/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml @@ -228,7 +228,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true diff --git a/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml b/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml index 5468e0a..1dc2428 100644 --- a/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml +++ b/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml @@ -221,7 +221,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true diff --git a/.github/workflows/podman-desktop-e2e-windows.yaml b/.github/workflows/podman-desktop-e2e-windows.yaml index d64ddea..4ff8e6a 100644 --- a/.github/workflows/podman-desktop-e2e-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-windows.yaml @@ -229,7 +229,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true diff --git a/.github/workflows/podman-e2e-windows.yaml b/.github/workflows/podman-e2e-windows.yaml index 3fb7896..03412d4 100644 --- a/.github/workflows/podman-e2e-windows.yaml +++ b/.github/workflows/podman-e2e-windows.yaml @@ -136,7 +136,7 @@ jobs: podman logs -f windows-destroy - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: fail_on_failure: true