We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd87c commit bd29258Copy full SHA for bd29258
.github/workflows/publish.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going
71
zip -r download-notebooks.zip _build/jupyter
72
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
73
with:
74
name: download-notebooks
75
path: download-notebooks.zip
0 commit comments