Skip to content

Commit

Permalink
Update artifact uploader to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Nov 14, 2022
1 parent 00ef434 commit 6223804
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 @@ -24,13 +24,13 @@ jobs:
/zbm/releng/docker/zbm-build.sh -b /zbm/releng/docker -- --debug
- name: Archive release EFI
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Release-EFI
path: /zbm/releng/docker/build/*.EFI

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

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

0 comments on commit 6223804

Please sign in to comment.