We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e8f5 commit 8cdf994Copy full SHA for 8cdf994
1 file changed
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build
44
run: npm run build
45
- name: Upload artifact
46
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v4
47
with:
48
path: './_build/html'
49
- name: Deploy to GitHub Pages
0 commit comments