@@ -312,7 +312,7 @@ jobs:
312312 run : |
313313 mkdir -p $GITHUB_WORKSPACE/reports/mo-tester
314314 mkdir -p $GITHUB_WORKSPACE/mo-tester && cp -r $GITHUB_WORKSPACE/mo-tester $GITHUB_WORKSPACE/reports/mo-tester
315- - uses : actions/upload-artifact@v6
315+ - uses : actions/upload-artifact@v7
316316 if : ${{ failure() || cancelled()}}
317317 continue-on-error : true
318318 with :
@@ -429,7 +429,7 @@ jobs:
429429 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
430430 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
431431
432- - uses : actions/upload-artifact@v6
432+ - uses : actions/upload-artifact@v7
433433 if : ${{ always() && steps.step_ssb_test.conclusion != 'success' }}
434434 with :
435435 name : mo-cluster-trace-${{ github.event.pull_request.number }}-ssb
@@ -471,7 +471,7 @@ jobs:
471471 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
472472 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
473473
474- - uses : actions/upload-artifact@v6
474+ - uses : actions/upload-artifact@v7
475475 if : ${{ always() && steps.load_tpch_data.conclusion != 'success' }}
476476 with :
477477 name : mo-cluster-trace-${{ github.event.pull_request.number }}-load-tpch
@@ -512,7 +512,7 @@ jobs:
512512 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
513513 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
514514
515- - uses : actions/upload-artifact@v6
515+ - uses : actions/upload-artifact@v7
516516 if : ${{ always() && steps.step_tpch_test.conclusion != 'success' }}
517517 with :
518518 name : mo-cluster-trace-${{ github.event.pull_request.number }}-tpch
@@ -531,7 +531,7 @@ jobs:
531531 mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
532532 mkdir -p $GITHUB_WORKSPACE/mo-tpch/report && cp -r $GITHUB_WORKSPACE/mo-tpch/report $GITHUB_WORKSPACE/reports/mo-tpch
533533
534- - uses : actions/upload-artifact@v6
534+ - uses : actions/upload-artifact@v7
535535 if : ${{ failure() || cancelled()}}
536536 continue-on-error : true
537537 with :
@@ -652,7 +652,7 @@ jobs:
652652 mkdir -p $GITHUB_WORKSPACE/reports/mo-load
653653 mkdir -p $GITHUB_WORKSPACE/mo-load/report && cp -r $GITHUB_WORKSPACE/mo-load/report $GITHUB_WORKSPACE/reports/mo-load
654654
655- - uses : actions/upload-artifact@v6
655+ - uses : actions/upload-artifact@v7
656656 if : ${{ failure() || cancelled()}}
657657 continue-on-error : true
658658 with :
@@ -796,7 +796,7 @@ jobs:
796796 mkdir -p $GITHUB_WORKSPACE/mo-load-data/report && cp -r $GITHUB_WORKSPACE/mo-load-data/report $GITHUB_WORKSPACE/reports/mo-load-data
797797 mkdir -p $GITHUB_WORKSPACE/mo-tpcc/report && cp -r $GITHUB_WORKSPACE/mo-tpcc/report $GITHUB_WORKSPACE/reports/mo-tpcc
798798
799- - uses : actions/upload-artifact@v6
799+ - uses : actions/upload-artifact@v7
800800 if : ${{ failure() || cancelled()}}
801801 continue-on-error : true
802802 with :
@@ -847,7 +847,7 @@ jobs:
847847 curl "http://$cn_1_ip:6060/debug/pprof/trace?seconds=30" -o cn_1_trace.out
848848 curl "http://$cn_1_ip:6060/debug/pprof/goroutine?debug=2" -o cn_1_groutine.out
849849
850- - uses : actions/upload-artifact@v6
850+ - uses : actions/upload-artifact@v7
851851 if : ${{ needs.docker_image_build.result == 'success' }}
852852 continue-on-error : true
853853 with :
0 commit comments