Skip to content

Commit

Permalink
github: update to upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Feb 26, 2024
1 parent 8648f73 commit 77cc147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
build -t GCC -a AARCH64 -b RELEASE -m edk2/ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf -p edk2/ArmPkg/ArmPkg.dsc
- name: upload ArmCpuInfo binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ArmCpuInfo
path: Build/Arm/RELEASE_GCC/AARCH64/ArmCpuInfo.efi

0 comments on commit 77cc147

Please sign in to comment.