We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a5200 commit 0164813Copy full SHA for 0164813
.github/workflows/pages.yml
@@ -47,13 +47,13 @@ jobs:
47
JEKYLL_ENV: production
48
- name: Upload artifact
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
51
with:
52
name: github-pages
53
path: ./_site
54
55
- name: Download artifact
56
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v3
57
58
59
0 commit comments