We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5502e8f commit 2e11304Copy full SHA for 2e11304
1 file changed
.github/workflows/publish_gh_pages.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Create site folders
40
run: mkdir -p docs/build/site
41
- name: Upload Artifacts
42
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
43
with:
44
path: docs/build/site
45
- name: Deploy to GitHub Pages
0 commit comments