Skip to content

Commit 0e25231

Browse files
committed
CI: uploading artifacts fixed
1 parent 1804872 commit 0e25231

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: .

0 commit comments

Comments
 (0)