Skip to content

Commit a491753

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9007d88 commit a491753

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)