Skip to content

Commit ef4bbef

Browse files
authored
Merge pull request #988 from ipython/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 4e93cc5 + f0ae5c4 commit ef4bbef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
jupyter server extension list 2>&1 | grep ipyparallel
5151
5252
# ref: https://github.com/actions/upload-artifact#readme
53-
- uses: actions/upload-artifact@v6
53+
- uses: actions/upload-artifact@v7
5454
with:
5555
name: ipyparallel-${{ github.sha }}
5656
path: "dist/*"

0 commit comments

Comments
 (0)