1414 # runs-on: ubuntu-latest
1515 # steps:
1616 # - name: Check out git repository
17- # uses: actions/checkout@v4
17+ # uses: actions/checkout@v6
1818
1919 # - name: Install Node.js
2020 # uses: actions/setup-node@v4
4646 # needs: CheckCode
4747 steps :
4848 - name : Check out git repository
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050
5151 - name : Get npm cache directory
5252 shell : pwsh
@@ -65,31 +65,31 @@ jobs:
6565 - name : Build Package Setup x64
6666 run : npm run pack:win:setup:x64
6767 - name : Upload Artifact Setup x64
68- uses : actions/upload-artifact@v4
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : lx-music-desktop-x64-Setup
7171 path : build/*-x64-Setup.exe
7272
7373 - name : Build Package 7z x64
7474 run : npm run pack:win:7z:x64
7575 - name : Upload Artifact 7z x64
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v7
7777 with :
7878 name : lx-music-desktop-win_x64-green
7979 path : build/*win_x64-green.7z
8080
8181 - name : Build Package Setup arm64
8282 run : npm run pack:win:setup:arm64
8383 - name : Upload Artifact Setup arm64
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v7
8585 with :
8686 name : lx-music-desktop-arm64-Setup
8787 path : build/*-arm64-Setup.exe
8888
8989 - name : Build Package 7z arm64
9090 run : npm run pack:win:7z:arm64
9191 - name : Upload Artifact 7z arm64
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v7
9393 with :
9494 name : lx-music-desktop-win_arm64-green
9595 path : build/*win_arm64-green.7z
@@ -107,7 +107,7 @@ jobs:
107107 # needs: CheckCode
108108 steps :
109109 - name : Check out git repository
110- uses : actions/checkout@v4
110+ uses : actions/checkout@v6
111111
112112 - name : Get npm cache directory
113113 shell : pwsh
@@ -138,23 +138,23 @@ jobs:
138138 - name : Build Package win7 Setup x64
139139 run : npm run pack:win7:setup:x64
140140 - name : Upload Artifact win7 Setup x64
141- uses : actions/upload-artifact@v4
141+ uses : actions/upload-artifact@v7
142142 with :
143143 name : lx-music-desktop-win7_x64-Setup
144144 path : build/*win7_x64-Setup.exe
145145
146146 - name : Build Package win7 7z x64
147147 run : npm run pack:win7:7z:x64
148148 - name : Upload Artifact win7 7z x64
149- uses : actions/upload-artifact@v4
149+ uses : actions/upload-artifact@v7
150150 with :
151151 name : lx-music-desktop-win7_x64-green
152152 path : build/*win7_x64-green.7z
153153
154154 - name : Build Package win7 7z x86
155155 run : npm run pack:win7:7z:x86
156156 - name : Upload Artifact win7 7z x86
157- uses : actions/upload-artifact@v4
157+ uses : actions/upload-artifact@v7
158158 with :
159159 name : lx-music-desktop-win7_x86-green
160160 path : build/*win7_x86-green.7z
@@ -170,7 +170,7 @@ jobs:
170170 # needs: CheckCode
171171 steps :
172172 - name : Check out git repository
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v6
174174
175175 - name : Install python setuptools
176176 run : brew install python-setuptools
@@ -195,14 +195,14 @@ jobs:
195195 npm run pack:mac:dmg:arm64
196196
197197 - name : Upload Artifact dmg
198- uses : actions/upload-artifact@v4
198+ uses : actions/upload-artifact@v7
199199 with :
200200 name : lx-music-desktop-mac-dmg
201201 path : |
202202 build/*.dmg
203203 !build/*-arm64.dmg
204204 - name : Upload Artifact dmg
205- uses : actions/upload-artifact@v4
205+ uses : actions/upload-artifact@v7
206206 with :
207207 name : lx-music-desktop-mac-dmg-arm64
208208 path : build/*-arm64.dmg
@@ -221,7 +221,7 @@ jobs:
221221 run : sudo apt-get update && sudo apt-get install -y rpm libarchive-tools
222222
223223 - name : Check out git repository
224- uses : actions/checkout@v4
224+ uses : actions/checkout@v6
225225
226226 - name : Get npm cache directory
227227 shell : bash
@@ -240,47 +240,47 @@ jobs:
240240 - name : Build Package deb amd64
241241 run : npm run pack:linux:deb:amd64
242242 - name : Upload Artifact deb amd64
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v7
244244 with :
245245 name : lx-music-desktop-deb-amd64
246246 path : build/*_amd64.deb
247247
248248 - name : Build Package deb arm64
249249 run : npm run pack:linux:deb:arm64
250250 - name : Upload Artifact deb arm64
251- uses : actions/upload-artifact@v4
251+ uses : actions/upload-artifact@v7
252252 with :
253253 name : lx-music-desktop-deb-arm64
254254 path : build/*_arm64.deb
255255
256256 - name : Build Package deb armv7l
257257 run : npm run pack:linux:deb:armv7l
258258 - name : Upload Artifact deb armv7l
259- uses : actions/upload-artifact@v4
259+ uses : actions/upload-artifact@v7
260260 with :
261261 name : lx-music-desktop-deb-armv7l
262262 path : build/*_armv7l.deb
263263
264264 - name : Build Package x64 appImage
265265 run : npm run pack:linux:appImage
266266 - name : Upload Artifact x64 appImage
267- uses : actions/upload-artifact@v4
267+ uses : actions/upload-artifact@v7
268268 with :
269269 name : lx-music-desktop-x64-appImage
270270 path : build/*_x64.AppImage
271271
272272 - name : Build Package x64 rpm
273273 run : npm run pack:linux:rpm
274274 - name : Upload Artifact x64 rpm
275- uses : actions/upload-artifact@v4
275+ uses : actions/upload-artifact@v7
276276 with :
277277 name : lx-music-desktop-x64-rpm
278278 path : build/*.x64.rpm
279279
280280 - name : Build Package x64 pacman
281281 run : npm run pack:linux:pacman
282282 - name : Upload Artifact x64 pacman
283- uses : actions/upload-artifact@v4
283+ uses : actions/upload-artifact@v7
284284 with :
285285 name : lx-music-desktop-x64-pacman
286286 path : build/*_x64.pacman
0 commit comments