File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -205,21 +205,21 @@ jobs:
205205
206206 - name : Archive DMG
207207 if : success() && startsWith(matrix.os, 'macos')
208- uses : actions/upload-artifact@v3
208+ uses : actions/upload-artifact@v4
209209 with :
210210 name : FileCommander.dmg
211211 path : FileCommander.dmg
212212
213213 - name : Archive AppImage
214214 if : success() && startsWith(matrix.os, 'ubuntu')
215- uses : actions/upload-artifact@v3
215+ uses : actions/upload-artifact@v4
216216 with :
217217 name : FileCommander.AppImage
218218 path : FileCommander.AppImage
219219
220220 - name : Archive Installer
221221 if : success() && startsWith(matrix.os, 'windows')
222- uses : actions/upload-artifact@v3
222+ uses : actions/upload-artifact@v4
223223 with :
224224 name : FileCommander.exe
225225 path : installer/windows/FileCommander.exe
@@ -230,17 +230,17 @@ jobs:
230230 runs-on : ubuntu-latest
231231 steps :
232232 - name : Download EXE
233- uses : actions/download-artifact@v4.1.7
233+ uses : actions/download-artifact@v4
234234 with :
235235 name : FileCommander.exe
236236 path : .
237237 - name : Download DMG
238- uses : actions/download-artifact@v4.1.7
238+ uses : actions/download-artifact@v4
239239 with :
240240 name : FileCommander.dmg
241241 path : .
242242 - name : Download AppImage
243- uses : actions/download-artifact@v4.1.7
243+ uses : actions/download-artifact@v4
244244 with :
245245 name : FileCommander.AppImage
246246 path : .
You can’t perform that action at this time.
0 commit comments