Skip to content

Commit

Permalink
workflows/build: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalanica committed Mar 15, 2024
1 parent 2388caa commit 37e546a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
CONFIGURATION: [Debug, Release]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
*.dtb
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: RPi${{ matrix.MODEL }}_UEFI_${{ matrix.CONFIGURATION }}_${{ steps.get_version_tag.outputs.version }}
path: ./*.zip
Expand Down

0 comments on commit 37e546a

Please sign in to comment.