There was an error while loading. Please reload this page.
1 parent 516b495 commit 4691068Copy full SHA for 4691068
1 file changed
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v3
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
@@ -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@v4
51
52
# Deployment job
53
deploy:
0 commit comments