We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents decd525 + ac36c32 commit 4b3c746Copy full SHA for 4b3c746
1 file changed
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Upload the generated site as an artifact for the deploy job
44
- name: 📤 Upload artifact
45
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
46
with:
47
path: _site # Directory containing the built site
48
0 commit comments