Skip to content

Commit dc9d3a3

Browse files
committed
Update upload artifact
1 parent bba7d36 commit dc9d3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v2
46+
uses: actions/upload-artifact@v3
4747
with:
4848
name: documentation
4949
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)