Skip to content

Commit 9f5879e

Browse files
Build(deps): Bump actions/download-artifact from 5 to 6 (#714)
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 823668c commit 9f5879e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
workflow-artifact-name: >-
253253
${{ needs.pre-setup.outputs.dists-artifact-name }}
254254
- name: Download distributions
255-
uses: actions/download-artifact@v5
255+
uses: actions/download-artifact@v6
256256
with:
257257
path: dist
258258
pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}*
@@ -497,7 +497,7 @@ jobs:
497497
${{ needs.pre-setup.outputs.dists-artifact-name }}
498498
499499
- name: Download distributions
500-
uses: actions/download-artifact@v5
500+
uses: actions/download-artifact@v6
501501
with:
502502
path: dist
503503
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@v5
99+
uses: actions/download-artifact@v6
100100
with:
101101
name: ${{ inputs.dists-artifact-name }}
102102
path: dist/

0 commit comments

Comments
 (0)