Skip to content

Commit f4f848b

Browse files
committed
ci: update upload-artifact to v4
1 parent 1fa001c commit f4f848b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- run: mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Sequoia).zip" .
2020

2121
- name: Upload to Artifacts
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
24-
name: Artifacts
24+
name: Modern_EFI
2525
path: Output/*.zip
2626

2727
- name: Upload to Release
@@ -74,10 +74,11 @@ jobs:
7474
- run: mkdir Output && zip --exclude '*.git*' --exclude '*.github*' --exclude '*Output*' --exclude '*Monterey*' -r -X "Output/${{ github.event.repository.name }}-${TAG_VER} (Monterey).zip" .
7575

7676
- name: Upload to Artifacts
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
79-
name: Artifacts
79+
name: Legacy_EFI
8080
path: Output/*.zip
81+
merge-multiple: true
8182

8283
- name: Upload to Release
8384
if: github.event_name == 'release'

0 commit comments

Comments
 (0)