We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfa517 commit 00500dfCopy full SHA for 00500df
.github/workflows/jekyll.yml
@@ -51,7 +51,7 @@ jobs:
51
JEKYLL_ENV: production
52
- name: Upload artifact
53
# Automatically uploads an artifact from the './_site' directory by default
54
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
55
56
# Deployment job
57
deploy:
@@ -64,4 +64,4 @@ jobs:
64
steps:
65
- name: Deploy to GitHub Pages
66
id: deployment
67
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments