@@ -139,7 +139,7 @@ jobs:
139139 run : ${{ matrix.settings.build }}
140140 shell : bash
141141 - name : Upload artifact
142- uses : actions/upload-artifact@v6
142+ uses : actions/upload-artifact@v7
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@v6
190+ uses : actions/upload-artifact@v7
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@v7
230+ uses : actions/download-artifact@v8
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@v7
288+ uses : actions/download-artifact@v8
289289 with :
290290 name : bindings-${{ matrix.target }}
291291 path : .
@@ -323,7 +323,7 @@ jobs:
323323 yarn config set supportedArchitectures.cpu "wasm32"
324324 yarn install
325325 - name : Download artifacts
326- uses : actions/download-artifact@v7
326+ uses : actions/download-artifact@v8
327327 with :
328328 name : bindings-wasm32-wasip1-threads
329329 path : .
@@ -358,7 +358,7 @@ jobs:
358358 - name : create npm dirs
359359 run : yarn napi create-npm-dirs
360360 - name : Download all artifacts
361- uses : actions/download-artifact@v7
361+ uses : actions/download-artifact@v8
362362 with :
363363 path : artifacts
364364 - name : Move artifacts
0 commit comments