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.
1 parent ea3fdc2 commit 18a5b1aCopy full SHA for 18a5b1a
.github/workflows/default.yml
@@ -59,19 +59,19 @@ jobs:
59
uses: actions/checkout@v5
60
61
- name: ⬇ Download build angular
62
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
63
with:
64
name: angular-example
65
path: ./build/angular-example
66
67
- name: ⬇ Download build react
68
69
70
name: react-example
71
path: ./build/react-example
72
73
- name: ⬇ Download build vue
74
75
76
name: vue-example
77
path: ./build/vue-example
0 commit comments