Skip to content

Commit c8e837d

Browse files
Bump actions/download-artifact from 4 to 5 (#108)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 874e944 commit c8e837d

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
@@ -258,7 +258,7 @@ jobs:
258258
# python-version: ${{ matrix.python-version }}
259259
#
260260
# - name: Download the wheels
261-
# uses: actions/download-artifact@v4
261+
# uses: actions/download-artifact@v5
262262
# with:
263263
# path: dist/
264264
# merge-multiple: true
@@ -303,7 +303,7 @@ jobs:
303303

304304
steps:
305305
- name: Download the wheels
306-
uses: actions/download-artifact@v4
306+
uses: actions/download-artifact@v5
307307
with:
308308
path: dist/
309309
merge-multiple: true

0 commit comments

Comments
 (0)