File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 uses : actions/upload-artifact@v4
271271 if : ${{ !cancelled() }}
272272 with :
273- name : build_and_test_results-${{ steps.matrix_info.outputs.info }}
273+ name : build_and_test_results-build- ${{ steps.matrix_info.outputs.info }}
274274 path : build-results-${{ steps.matrix_info.outputs.info }}*
275275 retention-days : ${{ env.artifactRetentionDays }}
276276 - name : Upload Mobile integration tests artifact
@@ -605,7 +605,7 @@ jobs:
605605 if : ${{ !cancelled() }}
606606 uses : actions/upload-artifact@v4
607607 with :
608- name : build_and_test_results-${{ steps.matrix_info.outputs.info }}
608+ name : build_and_test_results-test- ${{ steps.matrix_info.outputs.info }}
609609 path : testapps/test-results-${{ steps.matrix_info.outputs.info }}*
610610 retention-days : ${{ env.artifactRetentionDays }}
611611 - name : Download log artifacts
You can’t perform that action at this time.
0 commit comments