chore(deps): bump actions/download-artifact in /.github/workflows

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...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-04-30 01:04:52 +00:00
committed by GitHub
parent fc90ba96bb
commit 8e98eb7f35
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
permissions: write-all permissions: write-all
needs: [ release-checks, check, build ] needs: [ release-checks, check, build ]
steps: steps:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v8
with: with:
path: builds path: builds
pattern: build-* pattern: build-*