From a519dd3c747b9d49a045ce5080a889f7333a48c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:18:10 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/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..e7e3f0b2 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@v8 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@v8 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@v8 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@v8 with: name: ${{ runner.os }}-build-artifact - name: Cache podfiles