We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9853a2 commit b2cf63bCopy full SHA for b2cf63b
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm ci
29
- run: npm run build
30
- uses: actions/configure-pages@v5
31
- - uses: actions/upload-pages-artifact@v3
+ - uses: actions/upload-pages-artifact@v4
32
with:
33
path: dist
34
- id: deployment
0 commit comments