Skip to content

Commit 0164813

Browse files
committed
change to v3
1 parent 65a5200 commit 0164813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v4
50+
uses: actions/upload-pages-artifact@v3
5151
with:
5252
name: github-pages
5353
path: ./_site
5454

5555
- name: Download artifact
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v3
5757
with:
5858
name: github-pages
5959
path: ./_site

0 commit comments

Comments
 (0)