Skip to content

Commit 0f2ffcd

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 8a5af7f commit 0f2ffcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-arm64-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: build_wheels
6161
steps:
6262
- name: Fetch wheels from previous job
63-
uses: actions/download-artifact@v6
63+
uses: actions/download-artifact@v7
6464
with:
6565
name: wheels
6666
path: target/wheels/

.github/workflows/build-m1-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
python-version: "3.10"
144144

145145
- name: Download artifacts
146-
uses: actions/download-artifact@v6
146+
uses: actions/download-artifact@v7
147147
with:
148148
name: wheels
149149
path: ./target/wheels/

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
python-version: "3.12"
270270

271271
- name: Download artifacts
272-
uses: actions/download-artifact@v6
272+
uses: actions/download-artifact@v7
273273
with:
274274
merge-multiple: true
275275
pattern: wheels-*-py-3.12

0 commit comments

Comments
 (0)