@@ -230,20 +230,22 @@ jobs:
230230 mv $GITHUB_WORKSPACE/upload/workspace/mo-service-upstream $GITHUB_WORKSPACE/upload-2/
231231 mv $GITHUB_WORKSPACE/upload/workspace/mo-data $GITHUB_WORKSPACE/upload-2/
232232
233- - uses : actions/upload-artifact@v7
233+ - name : Upload compatibility target failure reports
234+ uses : actions/upload-artifact@v7
234235 if : ${{ failure() || cancelled()}}
235236 continue-on-error : true
236237 with :
237- name : Compatibility-Test-Target-on-Linux-x64(LAUNCH)-reports
238+ name : Compatibility-Test-Target-on-Linux-x64(LAUNCH)-reports-attempt-${{ github.run_attempt }}
238239 path : |
239240 ${{ github.workspace }}/upload-1
240241 retention-days : 7
241242
242- - uses : actions/upload-artifact@v7
243+ - name : Upload compatibility target failure data
244+ uses : actions/upload-artifact@v7
243245 if : ${{ failure() || cancelled()}}
244246 continue-on-error : true
245247 with :
246- name : Compatibility-Test-Target-on-Linux-x64(LAUNCH)-mo-data
248+ name : Compatibility-Test-Target-on-Linux-x64(LAUNCH)-mo-data-attempt-${{ github.run_attempt }}
247249 path : |
248250 ${{ github.workspace }}/upload-2
249251 retention-days : 7
@@ -482,20 +484,22 @@ jobs:
482484 mv $GITHUB_WORKSPACE/upload/workspace/mo-service-upstream $GITHUB_WORKSPACE/upload-2/
483485 mv $GITHUB_WORKSPACE/upload/workspace/mo-data $GITHUB_WORKSPACE/upload-2/
484486
485- - uses : actions/upload-artifact@v7
487+ - name : Upload compatibility release failure reports
488+ uses : actions/upload-artifact@v7
486489 if : ${{ failure() || cancelled()}}
487490 continue-on-error : true
488491 with :
489- name : Compatibility-Test-Release-on-Linux-x64(LAUNCH)-reports
492+ name : Compatibility-Test-Release-on-Linux-x64(LAUNCH)-reports-attempt-${{ github.run_attempt }}
490493 path : |
491494 ${{ github.workspace }}/upload-1
492495 retention-days : 7
493496
494- - uses : actions/upload-artifact@v7
497+ - name : Upload compatibility release failure data
498+ uses : actions/upload-artifact@v7
495499 if : ${{ failure() || cancelled()}}
496500 continue-on-error : true
497501 with :
498- name : Compatibility-Test-Release-on-Linux-x64(LAUNCH)-mo-data
502+ name : Compatibility-Test-Release-on-Linux-x64(LAUNCH)-mo-data-attempt-${{ github.run_attempt }}
499503 path : |
500504 ${{ github.workspace }}/upload-2
501505 retention-days : 7
0 commit comments