@@ -21,38 +21,38 @@ jobs:
2121 uses : ./.github/actions/npm-cache
2222
2323 - name : ⬇ Download Stencil default
24- uses : actions/download-artifact@v4
24+ uses : actions/download-artifact@v5
2525 with :
2626 # It doesn't matter which framework we download for stencil
2727 name : stencil-default-angular
2828 path : packages/db-ui-elements-stencil
2929
3030 - name : ⬇ Download Showcase Angular dist folder
31- uses : actions/download-artifact@v4
31+ uses : actions/download-artifact@v5
3232 with :
3333 name : showcase-angular
3434 path : showcase/angular-showcase/dist
3535
3636 - name : ⬇ Download Showcase playground dist folder
37- uses : actions/download-artifact@v4
37+ uses : actions/download-artifact@v5
3838 with :
3939 name : showcase-playground
4040 path : showcase/playground-showcase/dist
4141
4242 - name : ⬇ Download Showcase react dist folder
43- uses : actions/download-artifact@v4
43+ uses : actions/download-artifact@v5
4444 with :
4545 name : showcase-react
4646 path : showcase/react-showcase/dist
4747
4848 - name : ⬇ Download Showcase reactwind dist folder
49- uses : actions/download-artifact@v4
49+ uses : actions/download-artifact@v5
5050 with :
5151 name : showcase-reactwind
5252 path : showcase/reactwind-showcase/dist
5353
5454 - name : ⬇ Download Showcase vue dist folder
55- uses : actions/download-artifact@v4
55+ uses : actions/download-artifact@v5
5656 with :
5757 name : showcase-vue
5858 path : showcase/vue-showcase/dist
0 commit comments