Skip to content

Commit 3d48406

Browse files
Bump actions/download-artifact from 4 to 5 (#47)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9073d75 commit 3d48406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
python-version: ${{ matrix.python-version }}
201201

202202
- name: Download the wheels
203-
uses: actions/download-artifact@v4
203+
uses: actions/download-artifact@v5
204204
with:
205205
path: dist/
206206
merge-multiple: true
@@ -245,7 +245,7 @@ jobs:
245245

246246
steps:
247247
- name: Download the wheels
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
with:
250250
path: dist/
251251
merge-multiple: true

0 commit comments

Comments
 (0)