Browse Source

⬆ Bump actions/download-artifact from 4 to 5 (#13975)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 1 day ago
committed by GitHub
parent
commit
5c8d5214ff
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-docs.yml
  2. 2
      .github/workflows/smokeshow.yml
  3. 2
      .github/workflows/test.yml

2
.github/workflows/deploy-docs.yml

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

2
.github/workflows/smokeshow.yml

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

2
.github/workflows/test.yml

@ -122,7 +122,7 @@ jobs:
- name: Install Dependencies
run: uv pip install -r requirements-tests.txt
- name: Get coverage files
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
pattern: coverage-*
path: coverage

Loading…
Cancel
Save