build(deps): bump actions/download-artifact from 7 to 8

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-02 04:53:01 +00:00
committed by Feanil Patel
parent 90eae7d14e
commit 5e36a38569

View File

@@ -230,7 +230,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: collect pytest warnings files
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: pytest-warnings-json-*
merge-multiple: true
@@ -289,7 +289,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Download all artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: coverage-*
merge-multiple: true