Skip to content

Commit 00500df

Browse files
Update jekyll.yml
1 parent 2dfa517 commit 00500df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
JEKYLL_ENV: production
5252
- name: Upload artifact
5353
# Automatically uploads an artifact from the './_site' directory by default
54-
uses: actions/upload-pages-artifact@v2
54+
uses: actions/upload-pages-artifact@v3
5555

5656
# Deployment job
5757
deploy:
@@ -64,4 +64,4 @@ jobs:
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment
67-
uses: actions/deploy-pages@v2
67+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)