Skip to content

Commit 59cd44d

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce20f22 commit 59cd44d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# echo "rockchip_rk3566_radxa_zero_3w_defconfig" | ./build.sh
6767

6868
- name: Upload Artifact
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: compiled-image
7272
path: buildroot/output/image/*

.github/workflows/eventbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
run: echo "artifact_name=OpenHD-image-${{ matrix.TARGET }}-${{ matrix.DISTRO }}-${GITHUB_REF##*/}-${{ env.DT }}" >> $GITHUB_ENV
114114

115115
- name: Pack image for ${{ matrix.TARGET }}
116-
uses: 'actions/upload-artifact@v4'
116+
uses: 'actions/upload-artifact@v7'
117117
with:
118118
name: "${{ matrix.TARGET }}-${{ env.DT }}"
119119
path: |
@@ -210,7 +210,7 @@ jobs:
210210
run: echo "artifact_name=OpenHD-EMMC-image-${{ matrix.TARGET }}-${{ matrix.DISTRO }}-${GITHUB_REF##*/}-${{ env.DT }}" >> $GITHUB_ENV
211211

212212
- name: Pack image for ${{ matrix.TARGET }}
213-
uses: 'actions/upload-artifact@v4'
213+
uses: 'actions/upload-artifact@v7'
214214
with:
215215
name: "${{ matrix.TARGET }}-${{ env.DT }}-EMMC"
216216
path: |

0 commit comments

Comments
 (0)