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 <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-01-23 15:19:59 +08:00 committed by GitHub
parent 76530a857e
commit 935364b7bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -232,6 +232,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
path: test_output path: test_output
name: hos-${{ inputs.profile }}-test-output
- name: Check success - name: Check success
run: | run: |
# would be empty if servo crashed. # would be empty if servo crashed.