Skip to content

Commit 0b9e406

Browse files
CICD: Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96173b9 commit 0b9e406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nonvendored_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575

7676
steps:
77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v5
7878
with:
7979
pattern: artifact-*
8080
merge-multiple: true

.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@v5
167167
with:
168168
python-version: "3.11"
169-
- uses: actions/download-artifact@v4
169+
- uses: actions/download-artifact@v5
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@v4
194+
- uses: actions/download-artifact@v5
195195
with:
196196
pattern: artifact-*
197197
merge-multiple: true

0 commit comments

Comments
 (0)