Skip to content

Commit 7e9b180

Browse files
authored
Merge pull request #14 from jupyterhealth/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents b194e36 + 528e72a commit 7e9b180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs:
4747
- build
4848
steps:
49-
- uses: actions/download-artifact@v5
49+
- uses: actions/download-artifact@v6
5050
with:
5151
path: dist
5252
merge-multiple: true

0 commit comments

Comments
 (0)