Skip to content

Commit adb07d4

Browse files
Bump actions/download-artifact from 5 to 6 (#81)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 85cccdd commit adb07d4

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@v5
242+
# uses: actions/download-artifact@v6
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@v5
290+
uses: actions/download-artifact@v6
291291
with:
292292
path: dist/
293293
merge-multiple: true

0 commit comments

Comments
 (0)