Skip to content

Commit bbde5f8

Browse files
committed
Update more actions
1 parent 49e81d5 commit bbde5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
3434
- name: Setup Pages
3535
id: pages
36-
uses: actions/configure-pages@v3
36+
uses: actions/configure-pages@v4
3737

3838
- name: Build doc
3939
run: make -C doc html
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: doc/_build/html
4545

@@ -52,4 +52,4 @@ jobs:
5252
steps:
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v2
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)