Skip to content

Commit d75173d

Browse files
chore(deps): bump actions/download-artifact from 4 to 8 (#9771)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 9be5310 commit d75173d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# (e.g. -cpu-vllm vs -cpu-vllm-omni). Must stay in sync with the
4040
# upload-artifact name in backend_build.yml.
4141
- name: Download digests
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v8
4343
with:
4444
pattern: digests${{ inputs.tag-suffix }}--*
4545
merge-multiple: true

.github/workflows/image_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
quay_username: ${{ secrets.quayUsername }}
3535
steps:
3636
- name: Download digests
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v8
3838
with:
3939
pattern: digests-localai${{ inputs.tag-suffix == '' && '-core' || inputs.tag-suffix }}-*
4040
merge-multiple: true

0 commit comments

Comments
 (0)