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 0b87498 + ccb17b8 commit c4ac5f6Copy full SHA for c4ac5f6
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm run build:docs
41
42
- name: Upload documentation
43
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
44
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
45
with:
46
path: ./dist
0 commit comments