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 ab9338e commit 6362189Copy full SHA for 6362189
.github/workflows/deploy-website.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pnpm run build
27
28
- name: Upload Build Artifact
29
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
30
with:
31
path: website/build
32
0 commit comments