diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index 15487faf..4ea670c2 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -66,7 +66,7 @@ jobs: # echo "rockchip_rk3566_radxa_zero_3w_defconfig" | ./build.sh - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: compiled-image path: buildroot/output/image/* \ No newline at end of file diff --git a/.github/workflows/eventbuild.yml b/.github/workflows/eventbuild.yml index fc72788c..38bd6c84 100644 --- a/.github/workflows/eventbuild.yml +++ b/.github/workflows/eventbuild.yml @@ -113,7 +113,7 @@ jobs: run: echo "artifact_name=OpenHD-image-${{ matrix.TARGET }}-${{ matrix.DISTRO }}-${GITHUB_REF##*/}-${{ env.DT }}" >> $GITHUB_ENV - name: Pack image for ${{ matrix.TARGET }} - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v6' with: name: "${{ matrix.TARGET }}-${{ env.DT }}" path: | @@ -210,7 +210,7 @@ jobs: run: echo "artifact_name=OpenHD-EMMC-image-${{ matrix.TARGET }}-${{ matrix.DISTRO }}-${GITHUB_REF##*/}-${{ env.DT }}" >> $GITHUB_ENV - name: Pack image for ${{ matrix.TARGET }} - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v6' with: name: "${{ matrix.TARGET }}-${{ env.DT }}-EMMC" path: |