This repository was archived by the owner on Mar 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 RUST_BACKTRACE : " 1"
141141 - name : Upload Logs
142142 if : always()
143- uses : actions/upload-artifact@v3
143+ uses : actions/upload-artifact@v4
144144 with :
145145 name : CI-${{ github.sha }}
146146 path : |
@@ -206,7 +206,7 @@ jobs:
206206 make run-opentsdb
207207 - name : Upload Logs
208208 if : always()
209- uses : actions/upload-artifact@v3
209+ uses : actions/upload-artifact@v4
210210 with :
211211 name : sdk-test-${{ github.sha }}
212212 path : |
@@ -236,7 +236,7 @@ jobs:
236236 make run-recovery
237237 - name : Upload Logs
238238 if : always()
239- uses : actions/upload-artifact@v3
239+ uses : actions/upload-artifact@v4
240240 with :
241241 name : recovery-test-${{ github.sha }}
242242 path : |
@@ -269,7 +269,7 @@ jobs:
269269 make run-dist-query
270270 - name : Upload Logs
271271 if : always()
272- uses : actions/upload-artifact@v3
272+ uses : actions/upload-artifact@v4
273273 with :
274274 name : dist-query-test-${{ github.sha }}
275275 path : |
Original file line number Diff line number Diff line change 5757 - name : Update Summary
5858 run : |
5959 cat tsbs/result.md >> $GITHUB_STEP_SUMMARY
60- - uses : actions/upload-artifact@v3
60+ - uses : actions/upload-artifact@v4
6161 with :
6262 name : bench-${{ env.NOW }}
6363 path : |
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ jemalloc_pprof = { version = "0.7", features = ["symbolize"] }
3535logger = { workspace = true }
3636pprof = { workspace = true , features = [" flamegraph" ] }
3737tikv-jemalloc-ctl = { version = " 0.6.0" , features = [" profiling" ] }
38- tikv-jemallocator = { version = " 0.6.0" , features = [" profiling" , " unprefixed_malloc_on_supported_platforms" ] }
38+ tikv-jemallocator = { version = " 0.6.0" , features = [" profiling" , " unprefixed_malloc_on_supported_platforms" ] }
You can’t perform that action at this time.
0 commit comments