@@ -227,7 +227,7 @@ jobs:
227227 - name : Install dependencies
228228 run : yarn install
229229 - name : Download artifacts
230- uses : actions/download-artifact@v4
230+ uses : actions/download-artifact@v5
231231 with :
232232 name : bindings-${{ matrix.settings.target }}
233233 path : .
@@ -285,7 +285,7 @@ jobs:
285285 yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
286286 yarn install
287287 - name : Download artifacts
288- uses : actions/download-artifact@v4
288+ uses : actions/download-artifact@v5
289289 with :
290290 name : bindings-${{ matrix.target }}
291291 path : .
@@ -322,7 +322,7 @@ jobs:
322322 yarn config set supportedArchitectures.cpu "wasm32"
323323 yarn install
324324 - name : Download artifacts
325- uses : actions/download-artifact@v4
325+ uses : actions/download-artifact@v5
326326 with :
327327 name : bindings-wasm32-wasip1-threads
328328 path : .
@@ -357,7 +357,7 @@ jobs:
357357 - name : create npm dirs
358358 run : yarn napi create-npm-dirs
359359 - name : Download all artifacts
360- uses : actions/download-artifact@v4
360+ uses : actions/download-artifact@v5
361361 with :
362362 path : artifacts
363363 - name : Move artifacts
0 commit comments