We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03793fc commit 127d2b6Copy full SHA for 127d2b6
.github/workflows/deploy-homepage.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build
36
run: npm run build
37
- name: Upload artifact
38
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v4
39
with:
40
path: './out'
41
deploy:
0 commit comments