Skip to content

Commit c1bf36f

Browse files
authored
switch to v4 (#143)
* switch to v4 Signed-off-by: George Zelenfroind <[email protected]> * stable Signed-off-by: George Zelenfroind <[email protected]> --------- Signed-off-by: George Zelenfroind <[email protected]>
1 parent ade63ff commit c1bf36f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/doc-build.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@v4
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
@@ -39,9 +39,9 @@ jobs:
3939
cd docs && make clean && make html
4040
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: 'docs/html'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)