7171 name : Build ${{ matrix.settings.target }}
7272 runs-on : ${{ matrix.settings.host }}
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
7575 - name : Setup node
7676 uses : actions/setup-node@v4
7777 with :
@@ -125,10 +125,10 @@ jobs:
125125 runs-on : ubuntu-latest
126126 name : Build fFreeBSD
127127 steps :
128- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v5
129129 - name : Build
130130 id : build
131- uses : cross-platform-actions/action@v0.28 .0
131+ uses : cross-platform-actions/action@v0.29 .0
132132 env :
133133 DEBUG : napi:*
134134 RUSTUP_IO_THREADS : 1
@@ -192,7 +192,7 @@ jobs:
192192 - ' 22'
193193 runs-on : ${{ matrix.settings.host }}
194194 steps :
195- - uses : actions/checkout@v4
195+ - uses : actions/checkout@v5
196196 - name : Setup node
197197 uses : actions/setup-node@v4
198198 with :
@@ -202,7 +202,7 @@ jobs:
202202 - name : Install dependencies
203203 run : yarn install
204204 - name : Download artifacts
205- uses : actions/download-artifact@v4
205+ uses : actions/download-artifact@v5
206206 with :
207207 name : bindings-${{ matrix.settings.target }}
208208 path : bindings/node
@@ -229,7 +229,7 @@ jobs:
229229 - ' 22'
230230 runs-on : ${{ contains(matrix.target, 'aarch64') && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
231231 steps :
232- - uses : actions/checkout@v4
232+ - uses : actions/checkout@v5
233233 - name : Setup node
234234 uses : actions/setup-node@v4
235235 with :
@@ -260,7 +260,7 @@ jobs:
260260 yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
261261 yarn install
262262 - name : Download artifacts
263- uses : actions/download-artifact@v4
263+ uses : actions/download-artifact@v5
264264 with :
265265 name : bindings-${{ matrix.target }}
266266 path : bindings/node
@@ -293,7 +293,7 @@ jobs:
293293 - test-macOS-windows-binding
294294 - test-linux-binding
295295 steps :
296- - uses : actions/checkout@v4
296+ - uses : actions/checkout@v5
297297 - name : Setup node
298298 uses : actions/setup-node@v4
299299 with :
@@ -305,7 +305,7 @@ jobs:
305305 working-directory : bindings/node
306306 run : yarn napi create-npm-dirs
307307 - name : Download all artifacts
308- uses : actions/download-artifact@v4
308+ uses : actions/download-artifact@v5
309309 with :
310310 path : bindings/node/artifacts
311311 - name : Move artifacts
0 commit comments