Merge pull request #17098 from open-webui/dependabot/github_actions/dev/actions/download-artifact-5

build(deps): bump actions/download-artifact from 4 to 5
This commit is contained in:
Tim Jaeryang Baek 2025-09-01 22:51:34 +04:00 committed by GitHub
commit 3a38173c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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