@@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Upload Setup Kind Cluster log
183183 if : ${{ env.RUN_SETUP_KIND_CLUSTER_PASS == 'false' && env.UPLOAD_SETUP_KIND_CLUSTER_LOG == 'true' }}
184- uses : actions/upload-artifact@v4.6 .0
184+ uses : actions/upload-artifact@v6.0 .0
185185 with :
186186 name : ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-setupkind.txt
187187 path : test/e2edebugLog.txt
@@ -227,15 +227,15 @@ jobs:
227227
228228 - name : Upload e2e log
229229 if : ${{ inputs.run_e2e == 'true' }}
230- uses : actions/upload-artifact@v4.6 .0
230+ uses : actions/upload-artifact@v6.0 .0
231231 with :
232232 name : ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-debuglog.txt
233233 path : test/e2edebugLog.txt
234234 retention-days : 7
235235
236236 - name : Upload e2e report
237237 if : ${{ env.UPLOAD_E2E_REPORT == 'true' }}
238- uses : actions/upload-artifact@v4.6 .0
238+ uses : actions/upload-artifact@v6.0 .0
239239 with :
240240 name : ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-e2ereport.json
241241 path : e2ereport.json
@@ -295,7 +295,7 @@ jobs:
295295
296296 - name : Upload Uninstall Spiderpool e2e log
297297 if : ${{ env.UNINSTALL_E2E_PASS == 'false' && env.UPLOAD_UNINSTALL_E2E_LOG == 'true' }}
298- uses : actions/upload-artifact@v4.6 .0
298+ uses : actions/upload-artifact@v6.0 .0
299299 with :
300300 name : ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-uninstall-debugLog.txt
301301 path : test/e2e-uninstall-debugLog.txt
0 commit comments