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 937d7b2 commit 2328f53Copy full SHA for 2328f53
.github/workflows/pages-build-deployment.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pnpm build
28
29
- name: Upload Pages Artifact 🚀
30
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
31
with:
32
path: '${{ inputs.path }}dist/'
33
0 commit comments