Skip to content

Commit f53dff8

Browse files
committed
update
1 parent 5f4bf95 commit f53dff8

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
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: site
5454
path: _site
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v4
6969
- name: Download artifact
70-
uses: actions/download-artifact@v3
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: site
7373
path: _site

0 commit comments

Comments
 (0)