We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df95f7f commit 667bb68Copy full SHA for 667bb68
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
NODE_OPTIONS=--max_old_space_size=4096 npm run build
29
30
- name: Upload artifact ⬆️
31
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
32
with:
33
path: './dist'
34
0 commit comments