Skip to content

Commit c02340c

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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]>
1 parent 650105b commit c02340c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
if: startsWith(github.event.ref, 'refs/tags')
130130
steps:
131-
- uses: actions/download-artifact@v4
131+
- uses: actions/download-artifact@v6
132132
with:
133133
path: dist
134134
pattern: wheels-*

0 commit comments

Comments
 (0)