There was an error while loading. Please reload this page.
1 parent 9dea804 commit 88d4d0aCopy full SHA for 88d4d0a
1 file changed
.github/workflows/build.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Download frontend build
61
if: github.repository == 'llamara-ai/llamara-distro'
62
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v8
63
with:
64
name: vite-dist
65
path: src/main/resources/META-INF/resources
@@ -169,7 +169,7 @@ jobs:
169
org.opencontainers.image.authors=Contributors to the LLAMARA AI project
170
171
- name: Download packaged application
172
173
174
name: quarkus-app
175
path: target/quarkus-app
0 commit comments