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