@@ -111,7 +111,7 @@ jobs:
111111 mkdir bin
112112 cp target/${{ matrix.toolchain }}/release/${{ matrix.binary_built }} bin/${{ matrix.artifact_name }}
113113 - name : " Upload LSP Artifact"
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 with :
116116 name : vscode-lsp-binary-${{ matrix.toolchain }}
117117 path : |
@@ -143,7 +143,7 @@ jobs:
143143 keychain_password : ${{ secrets.APPLE_KEYCHAIN_PASSWORD }}
144144 developer_id : ${{ secrets.APPLE_DEV_ID }}
145145 - name : " Upload LSP macOS bundle Artifact"
146- uses : actions/upload-artifact@v4
146+ uses : actions/upload-artifact@v5
147147 with :
148148 name : vscode-lsp-binary-darwin
149149 path : bin
@@ -172,7 +172,7 @@ jobs:
172172 mkdir bin
173173 cp target/${{ matrix.target }}/release/slint-lsp bin/slint-lsp-${{ matrix.target }}
174174 - name : " Upload LSP Artifact"
175- uses : actions/upload-artifact@v4
175+ uses : actions/upload-artifact@v5
176176 with :
177177 name : vscode-lsp-binary-${{ matrix.target }}
178178 path : |
@@ -199,27 +199,27 @@ jobs:
199199 with :
200200 node-version : 20
201201 package-manager-cache : false
202- - uses : actions/download-artifact@v5
202+ - uses : actions/download-artifact@v6
203203 with :
204204 name : vscode-lsp-binary-x86_64-unknown-linux-gnu
205205 path : editors/vscode/bin
206- - uses : actions/download-artifact@v5
206+ - uses : actions/download-artifact@v6
207207 with :
208208 name : vscode-lsp-binary-x86_64-pc-windows-msvc
209209 path : editors/vscode/bin
210- - uses : actions/download-artifact@v5
210+ - uses : actions/download-artifact@v6
211211 with :
212212 name : vscode-lsp-binary-aarch64-pc-windows-msvc
213213 path : editors/vscode/bin
214- - uses : actions/download-artifact@v5
214+ - uses : actions/download-artifact@v6
215215 with :
216216 name : vscode-lsp-binary-darwin
217217 path : editors/vscode/bin
218- - uses : actions/download-artifact@v5
218+ - uses : actions/download-artifact@v6
219219 with :
220220 name : vscode-lsp-binary-armv7-unknown-linux-gnueabihf
221221 path : editors/vscode/bin
222- - uses : actions/download-artifact@v5
222+ - uses : actions/download-artifact@v6
223223 with :
224224 name : vscode-lsp-binary-aarch64-unknown-linux-gnu
225225 path : editors/vscode/bin
@@ -263,7 +263,7 @@ jobs:
263263 extensionFile : ${{ steps.publishToVSCM.outputs.vsixPath }}
264264 packagePath : " "
265265 - name : " Upload extension artifact"
266- uses : actions/upload-artifact@v4
266+ uses : actions/upload-artifact@v5
267267 with :
268268 name : slint-vscode.zip
269269 path : |
@@ -294,7 +294,7 @@ jobs:
294294 run : mv *.zip figma-plugin.zip
295295 working-directory : tools/figma-inspector/zip
296296 - name : Archive zip
297- uses : actions/upload-artifact@v4
297+ uses : actions/upload-artifact@v5
298298 with :
299299 name : figma-plugin
300300 path : tools/figma-inspector/zip
@@ -305,7 +305,7 @@ jobs:
305305 # steps:
306306 # - uses: actions/checkout@v5
307307 # - name: Upload artifact
308- # uses: actions/upload-artifact@v4
308+ # uses: actions/upload-artifact@v5
309309 # with:
310310 # name: tree-sitter-slint
311311 # path: editors/tree-sitter-slint
@@ -315,20 +315,20 @@ jobs:
315315 needs : [docs, wasm_demo, wasm, check-for-secrets, android]
316316 runs-on : ubuntu-22.04
317317 steps :
318- - uses : actions/download-artifact@v5
318+ - uses : actions/download-artifact@v6
319319 with :
320320 name : docs
321- - uses : actions/download-artifact@v5
321+ - uses : actions/download-artifact@v6
322322 with :
323323 name : slintpad
324324 path : slintpad
325- - uses : actions/download-artifact@v5
325+ - uses : actions/download-artifact@v6
326326 with :
327327 name : wasm
328- - uses : actions/download-artifact@v5
328+ - uses : actions/download-artifact@v6
329329 with :
330330 name : wasm_demo
331- - uses : actions/download-artifact@v5
331+ - uses : actions/download-artifact@v6
332332 with :
333333 name : android-demo
334334 path : android
@@ -510,27 +510,27 @@ jobs:
510510 permissions :
511511 contents : write
512512 steps :
513- - uses : actions/download-artifact@v5
513+ - uses : actions/download-artifact@v6
514514 with :
515515 pattern : cpp_bin-*
516516 merge-multiple : true
517- - uses : actions/download-artifact@v5
517+ - uses : actions/download-artifact@v6
518518 with :
519519 pattern : cpp_mcu_bin-*
520520 merge-multiple : true
521- - uses : actions/download-artifact@v5
521+ - uses : actions/download-artifact@v6
522522 with :
523523 pattern : slint-compiler-bin-*
524524 merge-multiple : true
525- - uses : actions/download-artifact@v5
525+ - uses : actions/download-artifact@v6
526526 with :
527527 pattern : slint-viewer-*
528528 merge-multiple : true
529- - uses : actions/download-artifact@v5
529+ - uses : actions/download-artifact@v6
530530 with :
531531 pattern : slint-lsp-*
532532 merge-multiple : true
533- - uses : actions/download-artifact@v5
533+ - uses : actions/download-artifact@v6
534534 with :
535535 name : figma-plugin
536536 - name : Extract files
@@ -677,7 +677,7 @@ jobs:
677677 - name : Build home automation demo
678678 run : cargo apk build -p home-automation --target aarch64-linux-android --lib --release
679679 - name : " upload APK artifact"
680- uses : actions/upload-artifact@v4
680+ uses : actions/upload-artifact@v5
681681 with :
682682 name : android-demo
683683 path : |
0 commit comments