We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1121b27 commit 876544aCopy full SHA for 876544a
.github/workflows/pages.yml
@@ -47,7 +47,7 @@ jobs:
47
JEKYLL_ENV: production
48
- name: Upload artifact
49
# Automatically uploads an artifact from the './_site' directory by default
50
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
51
52
# Deployment job
53
deploy:
@@ -59,4 +59,4 @@ jobs:
59
steps:
60
- name: Deploy to GitHub Pages
61
id: deployment
62
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments