Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 7aa58ab

Browse files
committed
fix ci
1 parent b5d9831 commit 7aa58ab

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/tsbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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: |

src/components/profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jemalloc_pprof = { version = "0.7", features = ["symbolize"] }
3535
logger = { workspace = true }
3636
pprof = { workspace = true, features = ["flamegraph"] }
3737
tikv-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"] }

0 commit comments

Comments
 (0)