chore(deps): bump actions/download-artifact from 4 to 7

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

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  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-01-16 06:18:08 +00:00 committed by GitHub
parent ff3383ce0c
commit 54c5fc220c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -101,19 +101,19 @@ jobs:
# Download all artifacts with correct names
- name: Download mac-x64 artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: release-macos-15-intel-x64
path: temp-mac-x64
- name: Download mac-arm64 artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: release-macos-latest-arm64
path: temp-mac-arm64
- name: Download win-x64 artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: release-windows-latest-x64
path: temp-win-x64