File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ jobs:
559559 fi
560560 - name : Upload logs
561561 if : ${{ ! success() }}
562- uses : actions/upload-artifact@v4
562+ uses : actions/upload-artifact@v5
563563 with :
564564 name : custom-config-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}
565565 path : |
@@ -683,7 +683,7 @@ jobs:
683683
684684 - name : Upload logs
685685 if : ${{ ! success() }}
686- uses : actions/upload-artifact@v4
686+ uses : actions/upload-artifact@v5
687687 with :
688688 name : api-test-logs-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}-${{ matrix.image_tag }}-${{ matrix.case_tag }}
689689 path : |
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Upload logs
108108 if : ${{ ! success() }}
109- uses : actions/upload-artifact@v4
109+ uses : actions/upload-artifact@v5
110110 with :
111111 name : logs-docker-standalone-${{ matrix.milvus_version }}
112112 path : |
@@ -236,7 +236,7 @@ jobs:
236236
237237 - name : Upload logs
238238 if : ${{ ! success() }}
239- uses : actions/upload-artifact@v4
239+ uses : actions/upload-artifact@v5
240240 with :
241241 name : custom-config-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}
242242 path : |
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Upload logs
125125 if : ${{ ! success() }}
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : logs-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}
129129 path : |
You can’t perform that action at this time.
0 commit comments