File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 if : ${{ !matrix.settings.docker }}
113113 shell : bash
114114 - name : Upload artifact
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v5
116116 with :
117117 name : bindings-${{ matrix.settings.target }}
118118 path : |
@@ -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@v6
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@v6
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@v6
266266 with :
267267 path : artifacts
268268 - name : Move artifacts
You can’t perform that action at this time.
0 commit comments