From de9881fc9536746009eb0e09c032856199e13905 Mon Sep 17 00:00:00 2001 From: Kevin Stederoth <43753494+ksted@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:16:12 +0100 Subject: [PATCH] ci: fix job status --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6820c1a..1bc44f4d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - path: ${{ runner.temp }} + path: ${{ runner.temp }}/job-status + pattern: job-status-* + merge-multiple: true - name: Summarize jobs status shell: bash