.github/workflows/build: update artifact actions to v4

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
classabbyamp 2024-04-16 15:51:03 -04:00
parent 08dda60a0a
commit e90bdb7772
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 4 deletions

View File

@ -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: |
@ -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: |