Skip to content

Commit 1f10838

Browse files
committed
Attempt to match upload-pages-artifact and deploy-pages action versions [skip ci]
1 parent 9d8fdc6 commit 1f10838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy_sphinx_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# ln -s ${{runner.temp}}/artifact.tar /__w/_temp/artifact.tar
4141

4242
- name: Upload pages artifact
43-
uses: actions/upload-pages-artifact@v1
43+
uses: actions/upload-pages-artifact@v2
4444
with:
4545
path: 'docs/_build/html/'
4646

@@ -60,4 +60,4 @@ jobs:
6060
steps:
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: actions/deploy-pages@main
63+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)