Skip to content

Commit e24994f

Browse files
authored
Update document action
Since a lof of actions used were deprecated.
1 parent 68d80f4 commit e24994f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v3
32+
uses: actions/configure-pages@v5
3333
- name: Build with Sphinx
3434
run: |
3535
pip install sphinx
@@ -42,7 +42,7 @@ jobs:
4242
make html
4343
cd $current_dir
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: docs/build/html/
4848

@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)