Bump actions/download-artifact from 5 to 6 (#1156)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/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>
This commit is contained in:
dependabot[bot] 2025-10-24 16:56:28 -07:00 committed by GitHub
parent 8c538fa065
commit f6f8c60f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ jobs:
python-version: '3.11' python-version: '3.11'
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist
@ -319,7 +319,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist
@ -345,7 +345,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist