File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5555 chmod +x blueprint-selector
5656 tar czf blueprint-selector-${{ matrix.target }}.tar.gz blueprint-selector LICENSE README.md NOTICE.md
5757 - name : Upload files
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : blueprint-selector-${{ matrix.target }}-archive
6161 if-no-files-found : error
@@ -101,7 +101,7 @@ jobs:
101101 - name : Convert deb to rpm
102102 run : |
103103 sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
104- - uses : actions/upload-artifact@v3
104+ - uses : actions/upload-artifact@v4
105105 with :
106106 name : blueprint-selector-packages
107107 path : |
Original file line number Diff line number Diff line change 5757 chmod +x kanto-auto-deployer
5858 tar czf kanto-auto-deployer-${{ matrix.target }}.tar.gz kanto-auto-deployer LICENSE README.md NOTICE.md
5959 - name : Upload files
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : kanto-auto-deployer-${{ matrix.target }}-archive
6363 if-no-files-found : error
@@ -102,7 +102,7 @@ jobs:
102102 - name : Convert deb to rpm
103103 run : |
104104 sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
105- - uses : actions/upload-artifact@v3
105+ - uses : actions/upload-artifact@v4
106106 with :
107107 name : kanto-auto-deployer-packages
108108 path : |
Original file line number Diff line number Diff line change 5858 chmod +x kantui
5959 tar czf kantui-${{ matrix.target }}.tar.gz kantui_conf.toml kantui LICENSE README.md NOTICE.md
6060 - name : Upload files
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : kantui-${{ matrix.target }}-archive
6464 if-no-files-found : error
@@ -105,7 +105,7 @@ jobs:
105105 - name : Convert deb to rpm
106106 run : |
107107 sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
108- - uses : actions/upload-artifact@v3
108+ - uses : actions/upload-artifact@v4
109109 with :
110110 name : kantui-packages
111111 path : |
Original file line number Diff line number Diff line change 9090 - name : Convert deb to rpm
9191 run : |
9292 sudo find ./ -maxdepth 1 -name "*.deb" -exec alien --scripts --to-rpm {} \;
93- - uses : actions/upload-artifact@v3
93+ - uses : actions/upload-artifact@v4
9494 with :
9595 name : leda-utils-packages
9696 path : |
You can’t perform that action at this time.
0 commit comments