@@ -133,7 +133,7 @@ jobs:
133133 run : ${{ matrix.settings.build }}
134134 shell : bash
135135 - name : Upload artifact
136- uses : actions/upload-artifact@v4
136+ uses : actions/upload-artifact@v5
137137 with :
138138 name : bindings-${{ matrix.settings.target }}
139139 path : |
@@ -181,7 +181,7 @@ jobs:
181181 rm -rf target
182182 rm -rf .yarn/cache
183183 - name : Upload artifact
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@v5
185185 with :
186186 name : bindings-freebsd
187187 path : ${{ env.APP_NAME }}.*.node
@@ -221,7 +221,7 @@ jobs:
221221 - name : Install dependencies
222222 run : yarn install
223223 - name : Download artifacts
224- uses : actions/download-artifact@v5
224+ uses : actions/download-artifact@v6
225225 with :
226226 name : bindings-${{ matrix.settings.target }}
227227 path : .
@@ -279,7 +279,7 @@ jobs:
279279 yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
280280 yarn install
281281 - name : Download artifacts
282- uses : actions/download-artifact@v5
282+ uses : actions/download-artifact@v6
283283 with :
284284 name : bindings-${{ matrix.target }}
285285 path : .
@@ -316,7 +316,7 @@ jobs:
316316 yarn config set supportedArchitectures.cpu "wasm32"
317317 yarn install
318318 - name : Download artifacts
319- uses : actions/download-artifact@v5
319+ uses : actions/download-artifact@v6
320320 with :
321321 name : bindings-wasm32-wasip1-threads
322322 path : .
@@ -351,7 +351,7 @@ jobs:
351351 - name : create npm dirs
352352 run : yarn napi create-npm-dirs
353353 - name : Download all artifacts
354- uses : actions/download-artifact@v5
354+ uses : actions/download-artifact@v6
355355 with :
356356 path : artifacts
357357 - name : Move artifacts
0 commit comments