diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-16 21:43:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 21:43:00 +0100 |
commit | 6ab15a047cf9d3957aa884f5aa5b20e98f039f6e (patch) | |
tree | 912066c0044162d8dc627bb4b51b9c4b5cd1c6ce /doc/tutorial | |
parent | 70f950cae039fa8f1890decd6b123659b15eda1d (diff) | |
download | sphinx-git-6ab15a047cf9d3957aa884f5aa5b20e98f039f6e.tar.gz |
Update GitHub Actions versions (#10561)
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst index 85fc6643a..cc62fd428 100644 --- a/doc/tutorial/deploying.rst +++ b/doc/tutorial/deploying.rst @@ -190,11 +190,11 @@ contents: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build HTML uses: ammaraskar/sphinx-action@0.4 - name: Upload artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: html-docs path: docs/build/html/ |