Skip to content

Commit 34a51f7

Browse files
committed
change to v4
1 parent bca7a1a commit 34a51f7

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@v1
50+
uses: actions/upload-pages-artifact@v4
5151
# with:
5252
# name: github-pages
5353
# path: ./_site
5454

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

0 commit comments

Comments
 (0)