Skip to content

Commit 0ebbd6f

Browse files
Bump actions/download-artifact from 4 to 5 (#1553)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa5bcd3 commit 0ebbd6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
workflow-artifact-name: >-
245245
${{ needs.pre-setup.outputs.dists-artifact-name }}
246246
- name: Download distributions
247-
uses: actions/download-artifact@v4
247+
uses: actions/download-artifact@v5
248248
with:
249249
path: dist
250250
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
@@ -406,7 +406,7 @@ jobs:
406406
workflow-artifact-name: >-
407407
${{ needs.pre-setup.outputs.dists-artifact-name }}
408408
- name: Download distributions
409-
uses: actions/download-artifact@v4
409+
uses: actions/download-artifact@v5
410410
with:
411411
path: dist
412412
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
@@ -582,7 +582,7 @@ jobs:
582582
${{ needs.pre-setup.outputs.dists-artifact-name }}
583583
584584
- name: Download distributions
585-
uses: actions/download-artifact@v4
585+
uses: actions/download-artifact@v5
586586
with:
587587
path: dist
588588
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*

.github/workflows/reusable-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
shell: python
9797

9898
- name: Download the source distribution
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: ${{ inputs.dists-artifact-name }}
102102
path: dist/

0 commit comments

Comments
 (0)