Skip to content

Commit e7e63a7

Browse files
authored
Merge pull request #2130 from zeromq/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents b184fed + a491753 commit e7e63a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- wheel
234234
steps:
235235
- uses: actions/checkout@v4
236-
- uses: actions/download-artifact@v4
236+
- uses: actions/download-artifact@v5
237237
with:
238238
path: dist
239239
merge-multiple: true
@@ -252,7 +252,7 @@ jobs:
252252
- sdist
253253
- wheel
254254
steps:
255-
- uses: actions/download-artifact@v4
255+
- uses: actions/download-artifact@v5
256256
with:
257257
path: dist
258258
merge-multiple: true

0 commit comments

Comments
 (0)