diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index 19d385d7..69ee0532 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -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: | @@ -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 \ No newline at end of file