We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82001f5 + 7ac5e41 commit 083bd85Copy full SHA for 083bd85
.github/workflows/default.yml
@@ -54,19 +54,19 @@ jobs:
54
uses: actions/checkout@v4
55
56
- name: ⬇ Download build angular
57
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
58
with:
59
name: angular18-example
60
path: ./build/angular18-example
61
62
- name: ⬇ Download build react
63
64
65
name: react-example
66
path: ./build/react-example
67
68
- name: ⬇ Download build vue
69
70
71
name: vue-example
72
path: ./build/vue-example
0 commit comments