@@ -153,15 +153,15 @@ jobs:
153153 run : ${{ matrix.settings.build }}
154154 shell : bash
155155 - name : Upload artifact
156- uses : actions/upload-artifact@v6
156+ uses : actions/upload-artifact@v7
157157 if : matrix.settings.target != 'wasm32-wasip1-threads'
158158 with :
159159 name : bindings-${{ matrix.settings.target }}
160160 path : ' *.node'
161161 if-no-files-found : error
162162
163163 - name : Upload artifact
164- uses : actions/upload-artifact@v6
164+ uses : actions/upload-artifact@v7
165165 if : matrix.settings.target == 'wasm32-wasip1-threads'
166166 with :
167167 name : bindings-${{ matrix.settings.target }}
@@ -208,7 +208,7 @@ jobs:
208208 rm -rf node_modules
209209 rm -rf target
210210 - name : Upload artifact
211- uses : actions/upload-artifact@v6
211+ uses : actions/upload-artifact@v7
212212 with :
213213 name : bindings-freebsd
214214 path : ${{ env.APP_NAME }}.*.node
@@ -247,7 +247,7 @@ jobs:
247247 - name : Install dependencies
248248 run : pnpm install
249249 - name : Download artifacts
250- uses : actions/download-artifact@v7
250+ uses : actions/download-artifact@v8
251251 with :
252252 name : bindings-${{ matrix.settings.target }}
253253 path : .
@@ -306,7 +306,7 @@ jobs:
306306 - name : Install dependencies
307307 run : pnpm install --force
308308 - name : Download artifacts
309- uses : actions/download-artifact@v7
309+ uses : actions/download-artifact@v8
310310 with :
311311 name : bindings-${{ matrix.target }}
312312 path : .
@@ -344,7 +344,7 @@ jobs:
344344 - name : Install dependencies
345345 run : pnpm install
346346 - name : Download artifacts
347- uses : actions/download-artifact@v7
347+ uses : actions/download-artifact@v8
348348 with :
349349 name : bindings-wasm32-wasip1-threads
350350 path : .
@@ -376,7 +376,7 @@ jobs:
376376 - name : Install dependencies
377377 run : pnpm install
378378 - name : Download all artifacts
379- uses : actions/download-artifact@v7
379+ uses : actions/download-artifact@v8
380380 with :
381381 path : artifacts
382382 - name : create npm dirs
0 commit comments