Skip to content

Commit bf2e36a

Browse files
committed
Update action
1 parent ed31bb4 commit bf2e36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
make doc-build
4747
4848
- name: Upload Artifacts
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: site
5252
path: ./site
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v4
6464
- name: Download Artifacts
65-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: site
6868
path: site

0 commit comments

Comments
 (0)