Skip to content

Commit c3b395e

Browse files
authored
Merge pull request #959 from ipython/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents efd10be + e0cad74 commit c3b395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
needs:
6666
- build-release
6767
steps:
68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v6
6969
with:
7070
path: dist
7171
merge-multiple: true

0 commit comments

Comments
 (0)