@@ -116,7 +116,7 @@ jobs:
116116 run : ${{ matrix.settings.build }}
117117 shell : bash
118118 - name : Upload artifact
119- uses : actions/upload-artifact@v5
119+ uses : actions/upload-artifact@v6
120120 with :
121121 name : bindings-${{ matrix.settings.target }}
122122 path : ' *.node'
@@ -163,7 +163,7 @@ jobs:
163163 rm -rf target
164164 rm -rf .yarn/cache
165165 - name : Upload artifact
166- uses : actions/upload-artifact@v5
166+ uses : actions/upload-artifact@v6
167167 with :
168168 name : bindings-freebsd
169169 path : ${{ env.APP_NAME }}.*.node
@@ -203,7 +203,7 @@ jobs:
203203 - name : Install dependencies
204204 run : yarn install
205205 - name : Download artifacts
206- uses : actions/download-artifact@v6
206+ uses : actions/download-artifact@v7
207207 with :
208208 name : bindings-${{ matrix.settings.target }}
209209 path : .
@@ -262,7 +262,7 @@ jobs:
262262 yarn config set --json supportedArchitectures.libc '["current", "glibc", "musl"]'
263263 yarn install
264264 - name : Download artifacts
265- uses : actions/download-artifact@v6
265+ uses : actions/download-artifact@v7
266266 with :
267267 name : bindings-${{ matrix.target }}
268268 path : .
@@ -300,7 +300,7 @@ jobs:
300300 - name : Install dependencies
301301 run : yarn install
302302 - name : Download all artifacts
303- uses : actions/download-artifact@v6
303+ uses : actions/download-artifact@v7
304304 with :
305305 path : artifacts
306306 - name : create npm dirs
0 commit comments