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