Skip to content

Commit ee29f9a

Browse files
build(deps): bump actions/download-artifact from 5 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 2214f57 commit ee29f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
python_version: ["3.13"]
126126
steps:
127127
- uses: actions/checkout@v5
128-
- uses: actions/download-artifact@v5
128+
- uses: actions/download-artifact@v7
129129
with:
130130
name: "manylinux_x86_64-wheels"
131131
path: dist

0 commit comments

Comments
 (0)