@@ -139,7 +139,7 @@ jobs:
139139 run : ${{ matrix.settings.build }}
140140 shell : bash
141141 - name : Upload artifact
142- uses : actions/upload-artifact@v5
142+ uses : actions/upload-artifact@v6
143143 with :
144144 name : bindings-${{ matrix.settings.target }}
145145 path : |
@@ -187,7 +187,7 @@ jobs:
187187 rm -rf target
188188 rm -rf .yarn/cache
189189 - name : Upload artifact
190- uses : actions/upload-artifact@v5
190+ uses : actions/upload-artifact@v6
191191 with :
192192 name : bindings-freebsd
193193 path : ${{ env.APP_NAME }}.*.node
@@ -227,7 +227,7 @@ jobs:
227227 - name : Install dependencies
228228 run : yarn install
229229 - name : Download artifacts
230- uses : actions/download-artifact@v6
230+ uses : actions/download-artifact@v7
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@v6
288+ uses : actions/download-artifact@v7
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@v6
325+ uses : actions/download-artifact@v7
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@v6
360+ uses : actions/download-artifact@v7
361361 with :
362362 path : artifacts
363363 - name : Move artifacts
0 commit comments