From 14ee5dd180d89cbb88b3fd7c093f67d2a5ed4cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:06:17 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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] --- .github/workflows/maestro-test.yml | 2 +- .github/workflows/publish-beta.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maestro-test.yml b/.github/workflows/maestro-test.yml index ba32aa5a..39ce237f 100644 --- a/.github/workflows/maestro-test.yml +++ b/.github/workflows/maestro-test.yml @@ -156,7 +156,7 @@ jobs: key: avd-api-34-x86_64-${{ runner.os }} - name: ⬇️ Download Android Artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: android-artifacts path: artifacts/ diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 2738cfa6..0d3d6785 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -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@v7 + uses: actions/download-artifact@v8 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@v7 + uses: actions/download-artifact@v8 with: name: ios-artifacts path: artifacts/