Skip to content

Commit 1237387

Browse files
committed
chore: update ci
1 parent 94deda1 commit 1237387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
mdbook-version: '0.4.37'
2828
- name: Build mdBook
2929
run: mdbook build
30-
- uses: actions/configure-pages@v2
31-
- uses: actions/upload-pages-artifact@v1
30+
- uses: actions/configure-pages@v5
31+
- uses: actions/upload-pages-artifact@v4
3232
with:
3333
path: book
3434
- name: Deploy
3535
id: deployment
36-
uses: actions/deploy-pages@v2
36+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)