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 24ab021 commit 126e035Copy full SHA for 126e035
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v6
33
- run: ./build.sh dist
34
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
35
with:
36
name: dist
37
path: dist
@@ -41,7 +41,7 @@ jobs:
41
42
43
- run: ./build.sh storybook
44
45
46
name: storybook
47
path: storybook-static
0 commit comments