Skip to content

Commit 41f2237

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

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
@@ -133,7 +133,7 @@ jobs:
133133
# Only upload wheels when tagging (typically a release)
134134
if: startsWith(github.event.ref, 'refs/tags')
135135
steps:
136-
- uses: actions/download-artifact@v7
136+
- uses: actions/download-artifact@v8
137137
with:
138138
path: ./wheelhouse
139139
merge-multiple: true # Merge all the wheels artifacts into one directory

0 commit comments

Comments
 (0)