Skip to content

Commit 862ea5b

Browse files
Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf8a603 commit 862ea5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# Only upload wheels when tagging (typically a release)
125125
if: startsWith(github.event.ref, 'refs/tags')
126126
steps:
127-
- uses: actions/download-artifact@v6
127+
- uses: actions/download-artifact@v7
128128
with:
129129
path: ./wheelhouse
130130
merge-multiple: true # Merge all the wheels artifacts into one directory

0 commit comments

Comments
 (0)