File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Build using script
5555 run : ./builders/linux.sh
5656 - name : Upload Artifacts
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v4
5858 with :
5959 name : linux-build
6060 path : ./build/releases
6868 - name : packaging extension
6969 run : ./builders/package_extension.sh
7070 - name : Upload Artifacts
71- uses : actions/upload-artifact@v2
71+ uses : actions/upload-artifact@v4
7272 with :
7373 name : extension-package
7474 path : ./build/releases
@@ -78,15 +78,15 @@ jobs:
7878 needs : [ build-windows, build-linux, package-extension ]
7979 steps :
8080 - name : Download Windows Artifacts
81- uses : actions/download-artifact@v2
81+ uses : actions/download-artifact@v4
8282 with :
8383 name : windows-build
8484 - name : Download Linux Artifacts
85- uses : actions/download-artifact@v2
85+ uses : actions/download-artifact@v4
8686 with :
8787 name : linux-build
8888 - name : Download Extension Artifact
89- uses : actions/download-artifact@v2
89+ uses : actions/download-artifact@v4
9090 with :
9191 name : extension-package
9292 - name : tree
You can’t perform that action at this time.
0 commit comments