Skip to content

Commit 11591b7

Browse files
CICD: Bump actions/download-artifact from 5 to 6 (#88)
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 8dc9f2b commit 11591b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- uses: actions/setup-python@v6
167167
with:
168168
python-version: "3.11"
169-
- uses: actions/download-artifact@v5
169+
- uses: actions/download-artifact@v6
170170
with:
171171
pattern: artifact-*
172172
merge-multiple: true
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
python-version: "3.11"
193193

194-
- uses: actions/download-artifact@v5
194+
- uses: actions/download-artifact@v6
195195
with:
196196
pattern: artifact-*
197197
merge-multiple: true

0 commit comments

Comments
 (0)