@@ -25,13 +25,13 @@ jobs:
2525 pull-requests : write
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 with :
3030 fetch-depth : 0
3131 ref : main
3232 token : ${{ secrets.GITHUB_TOKEN }}
3333
34- - uses : actions/setup-node@v4
34+ - uses : actions/setup-node@v6
3535 with :
3636 node-version : " 22"
3737 cache : " npm"
8484 run : node scripts/update-benchmark-report.js benchmark-result.json
8585
8686 - name : Upload build result
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : build-benchmark-result
9090 path : benchmark-result.json
@@ -134,13 +134,13 @@ jobs:
134134 pull-requests : write
135135
136136 steps :
137- - uses : actions/checkout@v4
137+ - uses : actions/checkout@v6
138138 with :
139139 fetch-depth : 0
140140 ref : main
141141 token : ${{ secrets.GITHUB_TOKEN }}
142142
143- - uses : actions/setup-node@v4
143+ - uses : actions/setup-node@v6
144144 with :
145145 node-version : " 22"
146146 cache : " npm"
@@ -181,7 +181,7 @@ jobs:
181181 exit 1
182182
183183 - name : Cache HuggingFace models
184- uses : actions/cache@v4
184+ uses : actions/cache@v5
185185 with :
186186 path : ~/.cache/huggingface
187187 key : hf-models-${{ runner.os }}-${{ hashFiles('src/embedder.js') }}
@@ -204,7 +204,7 @@ jobs:
204204 run : node scripts/update-embedding-report.js embedding-benchmark-result.json
205205
206206 - name : Upload embedding result
207- uses : actions/upload-artifact@v4
207+ uses : actions/upload-artifact@v7
208208 with :
209209 name : embedding-benchmark-result
210210 path : embedding-benchmark-result.json
@@ -254,13 +254,13 @@ jobs:
254254 pull-requests : write
255255
256256 steps :
257- - uses : actions/checkout@v4
257+ - uses : actions/checkout@v6
258258 with :
259259 fetch-depth : 0
260260 ref : main
261261 token : ${{ secrets.GITHUB_TOKEN }}
262262
263- - uses : actions/setup-node@v4
263+ - uses : actions/setup-node@v6
264264 with :
265265 node-version : " 22"
266266 cache : " npm"
@@ -312,7 +312,7 @@ jobs:
312312 run : node scripts/update-query-report.js query-benchmark-result.json
313313
314314 - name : Upload query result
315- uses : actions/upload-artifact@v4
315+ uses : actions/upload-artifact@v7
316316 with :
317317 name : query-benchmark-result
318318 path : query-benchmark-result.json
@@ -362,13 +362,13 @@ jobs:
362362 pull-requests : write
363363
364364 steps :
365- - uses : actions/checkout@v4
365+ - uses : actions/checkout@v6
366366 with :
367367 fetch-depth : 0
368368 ref : main
369369 token : ${{ secrets.GITHUB_TOKEN }}
370370
371- - uses : actions/setup-node@v4
371+ - uses : actions/setup-node@v6
372372 with :
373373 node-version : " 22"
374374 cache : " npm"
@@ -420,7 +420,7 @@ jobs:
420420 run : node scripts/update-incremental-report.js incremental-benchmark-result.json
421421
422422 - name : Upload incremental result
423- uses : actions/upload-artifact@v4
423+ uses : actions/upload-artifact@v7
424424 with :
425425 name : incremental-benchmark-result
426426 path : incremental-benchmark-result.json
0 commit comments