Merge pull request #2 from sd416/dependabot/github_actions/actions/download-artifact-7

chore(deps): bump actions/download-artifact from 4 to 7
This commit is contained in:
sd416 2026-01-16 11:49:16 +05:30 committed by GitHub
commit 0ebc769ffc
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