Skip to content

Commit

Permalink
chore(github): Migrate to upload-artifact@v4
Browse files Browse the repository at this point in the history
upload-artifact@v3 is no longer allowed in github actions.

Signed-off-by: Jake Garver <jake@nvidia.com>
  • Loading branch information
jgarver committed Feb 6, 2025
1 parent ed90335 commit 73f4e33
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 @@ -121,7 +121,7 @@ jobs:
cd upload
tar -czvf ../edk2-nvidia-${BUILDID}.tar.gz edk2-nvidia-${BUILDID}
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: upload
Expand Down

0 comments on commit 73f4e33

Please sign in to comment.