Skip to content

Commit 4ca1834

Browse files
Merge branch 'master' into docs/fix-typo-docstring
2 parents 5894c25 + 6c908c9 commit 4ca1834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sphinx-build ./docs/source ./docs/build --keep-going -n -a -b html
4343
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v2
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
path: "./docs/build"
4848

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

0 commit comments

Comments
 (0)