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

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-27 11:40:56 +01:00
committed by GitHub
parent c60cf86088
commit cb13d12064
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: | run: |
rm -rf ./site rm -rf ./site
mkdir ./site mkdir ./site
- uses: actions/download-artifact@v5 - uses: actions/download-artifact@v6
with: with:
path: ./site/ path: ./site/
pattern: docs-site pattern: docs-site

View File

@@ -29,7 +29,7 @@ jobs:
requirements**.txt requirements**.txt
pyproject.toml pyproject.toml
- run: uv pip install -r requirements-github-actions.txt - run: uv pip install -r requirements-github-actions.txt
- uses: actions/download-artifact@v5 - uses: actions/download-artifact@v6
with: with:
name: coverage-html name: coverage-html
path: htmlcov path: htmlcov

View File

@@ -115,7 +115,7 @@ jobs:
requirements**.txt requirements**.txt
pyproject.toml pyproject.toml
- name: Get coverage files - name: Get coverage files
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
pattern: coverage-* pattern: coverage-*
path: coverage path: coverage