File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 cache : pnpm
147147 architecture : x64
148148 - run : pnpm install
149- - uses : actions/download-artifact@v4
149+ - uses : actions/download-artifact@v5
150150 with :
151151 name : bindings-${{ matrix.settings.target }}
152152 path : .
@@ -190,7 +190,7 @@ jobs:
190190 cache : pnpm
191191 - name : Install dependencies
192192 run : pnpm install
193- - uses : actions/download-artifact@v4
193+ - uses : actions/download-artifact@v5
194194 with :
195195 name : bindings-${{ matrix.settings.target }}
196196 path : .
@@ -262,7 +262,7 @@ jobs:
262262 - name : Install dependencies
263263 run : pnpm install
264264 - name : Download all artifacts
265- uses : actions/download-artifact@v4
265+ uses : actions/download-artifact@v5
266266 with :
267267 path : artifacts
268268 - name : Move artifacts
You can’t perform that action at this time.
0 commit comments