We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bd9d9 commit a7725e1Copy full SHA for a7725e1
.github/workflows/tutorials.yml
@@ -51,7 +51,7 @@ jobs:
51
env:
52
NOTEBOOK_NAME: ${{ matrix.notebook-name }}
53
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
with:
56
name: executed-${{ hashFiles(matrix.notebook-name) }}
57
path: ${{ matrix.notebook-name }}
@@ -80,6 +80,7 @@ jobs:
80
uses: actions/download-artifact@v4
81
82
path: ./executed
83
+ merge-multiple: true
84
85
- name: Move the executed notebooks to their correct locations
86
run: find executed -name "*.ipynb" -exec cp {} docs/tutorials \;
@@ -88,7 +89,7 @@ jobs:
88
89
working-directory: docs
90
run: make dirhtml
91
92
93
94
name: docs
95
path: docs/_build/dirhtml
0 commit comments