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 a14dcfc commit 860d810Copy full SHA for 860d810
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
jupyter server extension list 2>&1 | grep ipyparallel
51
52
# ref: https://github.com/actions/upload-artifact#readme
53
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
54
with:
55
name: ipyparallel-${{ github.sha }}
56
path: "dist/*"
0 commit comments