@@ -309,7 +309,7 @@ jobs:
309309 run : |
310310 mkdir -p $GITHUB_WORKSPACE/reports/mo-tester
311311 mkdir -p $GITHUB_WORKSPACE/mo-tester && cp -r $GITHUB_WORKSPACE/mo-tester $GITHUB_WORKSPACE/reports/mo-tester
312- - uses : actions/upload-artifact@v5
312+ - uses : actions/upload-artifact@v6
313313 if : ${{ failure() || cancelled()}}
314314 continue-on-error : true
315315 with :
@@ -426,7 +426,7 @@ jobs:
426426 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
427427 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
428428
429- - uses : actions/upload-artifact@v5
429+ - uses : actions/upload-artifact@v6
430430 if : ${{ always() && steps.step_ssb_test.conclusion != 'success' }}
431431 with :
432432 name : mo-cluster-trace-${{ github.event.pull_request.number }}-ssb
@@ -468,7 +468,7 @@ jobs:
468468 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
469469 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
470470
471- - uses : actions/upload-artifact@v5
471+ - uses : actions/upload-artifact@v6
472472 if : ${{ always() && steps.load_tpch_data.conclusion != 'success' }}
473473 with :
474474 name : mo-cluster-trace-${{ github.event.pull_request.number }}-load-tpch
@@ -509,7 +509,7 @@ jobs:
509509 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
510510 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
511511
512- - uses : actions/upload-artifact@v5
512+ - uses : actions/upload-artifact@v6
513513 if : ${{ always() && steps.step_tpch_test.conclusion != 'success' }}
514514 with :
515515 name : mo-cluster-trace-${{ github.event.pull_request.number }}-tpch
@@ -528,7 +528,7 @@ jobs:
528528 mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
529529 mkdir -p $GITHUB_WORKSPACE/mo-tpch/report && cp -r $GITHUB_WORKSPACE/mo-tpch/report $GITHUB_WORKSPACE/reports/mo-tpch
530530
531- - uses : actions/upload-artifact@v5
531+ - uses : actions/upload-artifact@v6
532532 if : ${{ failure() || cancelled()}}
533533 continue-on-error : true
534534 with :
@@ -649,7 +649,7 @@ jobs:
649649 mkdir -p $GITHUB_WORKSPACE/reports/mo-load
650650 mkdir -p $GITHUB_WORKSPACE/mo-load/report && cp -r $GITHUB_WORKSPACE/mo-load/report $GITHUB_WORKSPACE/reports/mo-load
651651
652- - uses : actions/upload-artifact@v5
652+ - uses : actions/upload-artifact@v6
653653 if : ${{ failure() || cancelled()}}
654654 continue-on-error : true
655655 with :
@@ -793,7 +793,7 @@ jobs:
793793 mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
794794 mkdir -p $GITHUB_WORKSPACE/mo-tpcc/report && cp -r $GITHUB_WORKSPACE/mo-tpcc/report $GITHUB_WORKSPACE/reports/mo-tpcc
795795
796- - uses : actions/upload-artifact@v5
796+ - uses : actions/upload-artifact@v6
797797 if : ${{ failure() || cancelled()}}
798798 continue-on-error : true
799799 with :
@@ -844,7 +844,7 @@ jobs:
844844 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
845845 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
846846
847- - uses : actions/upload-artifact@v5
847+ - uses : actions/upload-artifact@v6
848848 if : ${{ needs.docker_image_build.result == 'success' }}
849849 continue-on-error : true
850850 with :
0 commit comments