Skip to content

Commit

Permalink
Update build_sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 9, 2025
1 parent 32eef04 commit 25e453d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
overprovision-lvm: true

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies and Download SDK
run: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
tar -czvf output.tar.gz -C /home/runner/work/OpenHD-ImageBuilder/OpenHD-ImageBuilder/output .
- name: Upload Artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: compiled-image
path: output.tar.gz

0 comments on commit 25e453d

Please sign in to comment.