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.
2 parents 1283a28 + fd64474 commit fd5acd6Copy full SHA for fd5acd6
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
docker run --rm -v $PWD/dist:/dist:ro docker.io/library/python:3.9-slim-bullseye bash -c 'pip install /dist/jupyterhub-*.tar.gz'
68
69
# ref: https://github.com/actions/upload-artifact#readme
70
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
71
with:
72
name: jupyterhub-${{ github.sha }}
73
path: "dist/*"
0 commit comments