Skip to content

Commit

Permalink
.github/workflows/build: update artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Apr 16, 2024
1 parent 08dda60 commit e90bdb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
/zbm/releng/docker/build-init.sh -- --debug
- name: Archive release EFI
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release-EFI
path: /build/build/*.EFI

- name: Archive release components
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release-Components
path: |
Expand All @@ -69,13 +69,13 @@ jobs:
/zbm/releng/docker/build-init.sh -- --debug
- name: Archive recovery EFI
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Recovery-EFI
path: /build/build/*.EFI

- name: Archive recovery components
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Recovery-Components
path: |
Expand Down

0 comments on commit e90bdb7

Please sign in to comment.