mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ed5d95f434
commit
dbe36e841a
1 changed files with 5 additions and 5 deletions
10
.github/workflows/docker-build.yaml
vendored
10
.github/workflows/docker-build.yaml
vendored
|
|
@ -535,7 +535,7 @@ jobs:
|
||||||
IMAGE_NAME: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: digests-main-*
|
pattern: digests-main-*
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
@ -589,7 +589,7 @@ jobs:
|
||||||
IMAGE_NAME: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: digests-cuda-*
|
pattern: digests-cuda-*
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
@ -645,7 +645,7 @@ jobs:
|
||||||
IMAGE_NAME: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: digests-cuda126-*
|
pattern: digests-cuda126-*
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
@ -701,7 +701,7 @@ jobs:
|
||||||
IMAGE_NAME: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: digests-ollama-*
|
pattern: digests-ollama-*
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
@ -757,7 +757,7 @@ jobs:
|
||||||
IMAGE_NAME: '${{ github.repository }}'
|
IMAGE_NAME: '${{ github.repository }}'
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
pattern: digests-slim-*
|
pattern: digests-slim-*
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue