File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ jobs:
323323 - name : Build JS
324324 run : npm run build:cjs
325325 - name : Download napi artifacts
326- uses : actions/download-artifact@v4
326+ uses : actions/download-artifact@v5
327327 with :
328328 name : bindings-${{ matrix.settings.target }}
329329 path : dist/
@@ -415,12 +415,12 @@ jobs:
415415 if : steps.cache-node-modules.outputs.cache-hit != 'true'
416416 run : npm ci --ignore-scripts
417417 - name : Download napi artifacts
418- uses : actions/download-artifact@v4
418+ uses : actions/download-artifact@v5
419419 with :
420420 name : bindings-${{ matrix.settings.target }}
421421 path : .
422422 - name : Download wasm artifacts
423- uses : actions/download-artifact@v4
423+ uses : actions/download-artifact@v5
424424 with :
425425 name : bindings-wasm
426426 - name : Build and test Rollup
@@ -469,7 +469,7 @@ jobs:
469469 if : steps.cache-node-modules.outputs.cache-hit != 'true'
470470 run : npm ci --ignore-scripts
471471 - name : Download all artifacts
472- uses : actions/download-artifact@v4
472+ uses : actions/download-artifact@v5
473473 with :
474474 path : artifacts
475475 - name : Copy wasm files
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 if : steps.cache-node-modules.outputs.cache-hit != 'true'
112112 run : npm ci --ignore-scripts
113113 - name : Download all artifacts
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v5
115115 with :
116116 path : _benchmark
117117 - name : Change rollup import in internal benchmark
You can’t perform that action at this time.
0 commit comments