Skip to content

Commit 75c224d

Browse files
committed
Change version of upload artifact to v2
1 parent 4d749f7 commit 75c224d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: python3 -m jupyter book build .
4444

4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v3
46+
uses: actions/upload-pages-artifact@v2
4747
with:
4848
name: documentation
4949
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)