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 bca7a1a commit 34a51f7Copy full SHA for 34a51f7
.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@v1
+ uses: actions/upload-pages-artifact@v4
51
# with:
52
# name: github-pages
53
# path: ./_site
54
55
- name: Download artifact
56
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
57
58
59
0 commit comments