From 215a820992972c30b9d00d0d9dc767397b3b9a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 08:20:22 +0000 Subject: [PATCH] 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] --- .github/workflows/test-and-build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 42cd704e..e4122288 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -155,7 +155,7 @@ jobs: with: melos-version: "6.3.2" - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ runner.os }}-build-artifact - name: "Run build for Android" @@ -200,7 +200,7 @@ jobs: restore-keys: | ${{ runner.os }}-pods- - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ runner.os }}-build-artifact - name: Select XCode 16.4 @@ -261,7 +261,7 @@ jobs: channel: "stable" cache: true - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ runner.os }}-build-artifact - name: Cache pub global packages @@ -369,7 +369,7 @@ jobs: # Save DEVICE_ID for later use echo "DEVICE_ID=$DEVICE_ID" >> $GITHUB_ENV - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ runner.os }}-build-artifact - name: Cache podfiles