Skip to content

Commit b764d15

Browse files
Bump actions/download-artifact from 5 to 6 (#223)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 859afe9 commit b764d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
if: github.event_name == 'release' && github.event.action == 'published'
159159
steps:
160160
- name: Download artifacts
161-
uses: actions/download-artifact@v5
161+
uses: actions/download-artifact@v6
162162
with:
163163
# unpacks all CIBW artifacts into dist/
164164
pattern: wheels_*

0 commit comments

Comments
 (0)