Bump actions/download-artifact from 4 to 7 (#838)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: skalthoff <32023561+skalthoff@users.noreply.github.com>
Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-29 15:35:38 -06:00
committed by GitHub
parent a2bb570ac6
commit a799da077e
2 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ jobs:
distribution: 'zulu'
- name: ⬇️ Download Android Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: android-artifacts
path: artifacts/

View File

@@ -290,14 +290,14 @@ jobs:
- name: ⬇️ Download Android Artifacts
if: ${{ github.event.inputs['build-platform'] == 'Android' || github.event.inputs['build-platform'] == 'Both' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: android-artifacts
path: artifacts/
- name: ⬇️ Download iOS Artifacts
if: ${{ github.event.inputs['build-platform'] == 'iOS' || github.event.inputs['build-platform'] == 'Both' }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: ios-artifacts
path: artifacts/