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 e0b309f commit 476aff2Copy full SHA for 476aff2
.github/workflows/deploy-examples.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
run: yarn build
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-artifact@v4
37
with:
38
path: demos
39
- name: Deploy
0 commit comments