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