Skip to content

Commit 8c7b4bc

Browse files
authored
Update push.yml
1 parent 058c7f7 commit 8c7b4bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build project
2828
steps:
2929
- name: Checkout project
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
fetch-depth: 0
3333

@@ -101,7 +101,7 @@ jobs:
101101
run: JEKYLL_ENV=production bundle exec jekyll build
102102

103103
- name: Upload docs artifact
104-
uses: actions/upload-pages-artifact@v1
104+
uses: actions/upload-artifact@v4
105105
with:
106106
path: docs/_site
107107

0 commit comments

Comments
 (0)