CI: Bump actions/download-artifact from 4 to 5 (#1901)

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>
This commit is contained in:
dependabot[bot] 2025-09-15 15:51:35 +02:00 committed by GitHub
parent 58f4b664cc
commit e07e8d5f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v5
- name: Download test results json artifact
id: download-test-results
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: test-suite-results.json
- name: Compare with baseline