Skip to content

Commit 359b2c3

Browse files
committed
CI: update actions versions in docs workflow
1 parent 36e6392 commit 359b2c3

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
@@ -34,7 +34,7 @@ jobs:
3434
ref: ${{ github.event.push.tag || github.event.inputs.tag }}
3535
- run: python -m pip install .[docs]
3636
- run: python -m sphinx -W docs/ build/docs/
37-
- uses: actions/upload-pages-artifact@v2
37+
- uses: actions/upload-pages-artifact@v3
3838
with:
3939
path: build/docs/
4040

@@ -48,4 +48,4 @@ jobs:
4848
runs-on: ubuntu-latest
4949
if: ${{ github.event.push.tag || github.event.inputs.tag }}
5050
steps:
51-
- uses: actions/deploy-pages@v2
51+
- uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)