We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8774ad0 commit 4aaeb4dCopy full SHA for 4aaeb4d
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
run: npm run build
50
51
- name: Upload artifact
52
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
53
with:
54
path: "client/dist/"
55
0 commit comments