From 935364b7bcd6f16392a0ea74da3a3a892cd469c7 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:19:59 +0800 Subject: [PATCH] ci: Fix ohos test artifact name (#35143) I'm not quite sure why a workflow run would have a duplicate artifact name for test_output, but hopefully this patch should fix upload failures such as in https://github.com/servo/servo/actions/runs/12922254914/job/36037850582 Signed-off-by: Jonathan Schwender --- .github/workflows/ohos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index f19ec347795..54edd23b84f 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -232,6 +232,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: test_output + name: hos-${{ inputs.profile }}-test-output - name: Check success run: | # would be empty if servo crashed.