Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 88d4d0a

Browse files
Bump actions/download-artifact from 5 to 8 (#231)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dea804 commit 88d4d0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Download frontend build
6161
if: github.repository == 'llamara-ai/llamara-distro'
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: vite-dist
6565
path: src/main/resources/META-INF/resources
@@ -169,7 +169,7 @@ jobs:
169169
org.opencontainers.image.authors=Contributors to the LLAMARA AI project
170170
171171
- name: Download packaged application
172-
uses: actions/download-artifact@v5
172+
uses: actions/download-artifact@v8
173173
with:
174174
name: quarkus-app
175175
path: target/quarkus-app

0 commit comments

Comments
 (0)