Skip to content

Commit 9be5310

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7 (#9770)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdf50fd commit 9be5310

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# platform-tag (single-arch entries) keeps the artifact name non-trailing.
238238
- name: Upload digest artifact
239239
if: github.event_name != 'pull_request'
240-
uses: actions/upload-artifact@v4
240+
uses: actions/upload-artifact@v7
241241
with:
242242
name: digests${{ inputs.tag-suffix }}--${{ inputs.platform-tag || 'single' }}
243243
path: /tmp/digests/*

.github/workflows/image_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
- name: Upload digest artifact
189189
if: github.event_name != 'pull_request'
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v7
191191
with:
192192
name: digests-localai${{ inputs.tag-suffix == '' && '-core' || inputs.tag-suffix }}-${{ inputs.platform-tag }}
193193
path: /tmp/digests/*

0 commit comments

Comments
 (0)