Skip to content

Commit d81b859

Browse files
Bump actions/download-artifact from 4 to 5 (#1250)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8ca43e commit d81b859

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
@@ -232,7 +232,7 @@ jobs:
232232
${{ needs.pre-setup.outputs.dists-artifact-name }}
233233
- name: Download distributions
234234
if: steps.build_type.outputs.build_type == 'wheel'
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v5
236236
with:
237237
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
238238
merge-multiple: true
@@ -451,7 +451,7 @@ jobs:
451451
workflow-artifact-name: >-
452452
${{ needs.pre-setup.outputs.dists-artifact-name }}
453453
- name: Download artifacts
454-
uses: actions/download-artifact@v4
454+
uses: actions/download-artifact@v5
455455
with:
456456
pattern: coverage*
457457
merge-multiple: true
@@ -556,7 +556,7 @@ jobs:
556556
${{ needs.pre-setup.outputs.dists-artifact-name }}
557557
558558
- name: Download distributions
559-
uses: actions/download-artifact@v4
559+
uses: actions/download-artifact@v5
560560
with:
561561
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
562562
merge-multiple: true

.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)