Skip to content

Commit 4ea4dad

Browse files
authored
Update jekyll.yml
Updates: - actions/upload-pages-artifact v1 -> v3 - actions/deploy-pages v1 -> v4
1 parent 353e8e4 commit 4ea4dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
JEKYLL_ENV: production
4949
- name: Upload artifact
5050
# Automatically uploads an artifact from the './_site' directory by default
51-
uses: actions/upload-pages-artifact@v1
51+
uses: actions/upload-pages-artifact@v3
5252

5353
# Deployment job
5454
deploy:
@@ -60,4 +60,4 @@ jobs:
6060
steps:
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: actions/deploy-pages@v1
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)