Skip to content

Commit 85cccdd

Browse files
Bump actions/download-artifact from 4 to 5 (#78)
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 dea8223 commit 85cccdd

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
@@ -239,7 +239,7 @@ jobs:
239239
# python-version: ${{ matrix.python-version }}
240240
#
241241
# - name: Download the wheels
242-
# uses: actions/download-artifact@v4
242+
# uses: actions/download-artifact@v5
243243
# with:
244244
# path: dist/
245245
# merge-multiple: true
@@ -287,7 +287,7 @@ jobs:
287287

288288
steps:
289289
- name: Download the wheels
290-
uses: actions/download-artifact@v4
290+
uses: actions/download-artifact@v5
291291
with:
292292
path: dist/
293293
merge-multiple: true

0 commit comments

Comments
 (0)