Skip to content

Commit

Permalink
Upgrade deprecated checkout/upload actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardbiesheuvel committed Mar 12, 2024
1 parent 6e19e47 commit 7398f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_edk2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get install acpica-tools gcc-aarch64-linux-gnu
- name: Check out EDK2 repositories
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
cp Build/RPi4/RELEASE_${{ env.COMPILER }}/FV/RPI_EFI.fd .
- name: Upload UEFI firmware artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RPi4 UEFI Firmware ${{ steps.set_version.outputs.version }} Artifacts
path: |
Expand Down

0 comments on commit 7398f09

Please sign in to comment.