@@ -21,38 +21,38 @@ jobs:
21
21
uses : ./.github/actions/npm-cache
22
22
23
23
- name : ⬇ Download Stencil default
24
- uses : actions/download-artifact@v4
24
+ uses : actions/download-artifact@v5
25
25
with :
26
26
# It doesn't matter which framework we download for stencil
27
27
name : stencil-default-angular
28
28
path : packages/db-ui-elements-stencil
29
29
30
30
- name : ⬇ Download Showcase Angular dist folder
31
- uses : actions/download-artifact@v4
31
+ uses : actions/download-artifact@v5
32
32
with :
33
33
name : showcase-angular
34
34
path : showcase/angular-showcase/dist
35
35
36
36
- name : ⬇ Download Showcase playground dist folder
37
- uses : actions/download-artifact@v4
37
+ uses : actions/download-artifact@v5
38
38
with :
39
39
name : showcase-playground
40
40
path : showcase/playground-showcase/dist
41
41
42
42
- name : ⬇ Download Showcase react dist folder
43
- uses : actions/download-artifact@v4
43
+ uses : actions/download-artifact@v5
44
44
with :
45
45
name : showcase-react
46
46
path : showcase/react-showcase/dist
47
47
48
48
- name : ⬇ Download Showcase reactwind dist folder
49
- uses : actions/download-artifact@v4
49
+ uses : actions/download-artifact@v5
50
50
with :
51
51
name : showcase-reactwind
52
52
path : showcase/reactwind-showcase/dist
53
53
54
54
- name : ⬇ Download Showcase vue dist folder
55
- uses : actions/download-artifact@v4
55
+ uses : actions/download-artifact@v5
56
56
with :
57
57
name : showcase-vue
58
58
path : showcase/vue-showcase/dist
0 commit comments