@@ -106,7 +106,7 @@ jobs:
106106 use-cache : true # zizmor: ignore[cache-poisoning]
107107 - name : Install cargo-binstall
108108 if : contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
109- uses : cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
109+ uses : cargo-bins/cargo-binstall@afcf9780305558bcc9e4bc94b7589ab2bb8b6106 # v1.15.9
110110 env :
111111 GITHUB_TOKEN : ${{ github.token }}
112112 - name : Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}}
@@ -125,7 +125,7 @@ jobs:
125125 run : ${{ matrix.settings.build }}
126126 shell : bash
127127 - name : Upload artifact
128- uses : actions/upload-artifact@v4
128+ uses : actions/upload-artifact@v5
129129 with :
130130 name : bindings-${{ matrix.settings.target }}
131131 path : |
@@ -175,7 +175,7 @@ jobs:
175175 rm -rf target
176176 rm -rf .yarn/cache
177177 - name : Upload artifact
178- uses : actions/upload-artifact@v4
178+ uses : actions/upload-artifact@v5
179179 with :
180180 name : bindings-freebsd
181181 path : bindings/node/${{ env.APP_NAME }}.*.node
@@ -217,7 +217,7 @@ jobs:
217217 - name : Install dependencies
218218 run : yarn install
219219 - name : Download artifacts
220- uses : actions/download-artifact@v5
220+ uses : actions/download-artifact@v6
221221 with :
222222 name : bindings-${{ matrix.settings.target }}
223223 path : bindings/node
@@ -277,7 +277,7 @@ jobs:
277277 yarn config set --json supportedArchitectures.libc '["current", "musl", "gnu"]'
278278 yarn install
279279 - name : Download artifacts
280- uses : actions/download-artifact@v5
280+ uses : actions/download-artifact@v6
281281 with :
282282 name : bindings-${{ matrix.target }}
283283 path : bindings/node
@@ -329,7 +329,7 @@ jobs:
329329 working-directory : bindings/node
330330 run : yarn napi create-npm-dirs
331331 - name : Download all artifacts
332- uses : actions/download-artifact@v5
332+ uses : actions/download-artifact@v6
333333 with :
334334 path : bindings/node/artifacts
335335 - name : Move artifacts
0 commit comments