Skip to content

Commit baccbe6

Browse files
authored
Update docs actions while at it
1 parent fb985ae commit baccbe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cd docs
2222
make html
2323
- name: Upload artifact
24-
uses: actions/upload-pages-artifact@v1
24+
uses: actions/upload-pages-artifact@v3
2525
with:
2626
path: docs/_build/html
2727

@@ -40,4 +40,4 @@ jobs:
4040
steps:
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v2
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)