Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
with:
melos-version: "6.3.2"
- name: Download Build Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ runner.os }}-build-artifact
- name: "Run build for Android"
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Download Build Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ runner.os }}-build-artifact
- name: Select XCode 16.4
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
channel: "stable"
cache: true
- name: Download Build Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ runner.os }}-build-artifact
- name: Cache pub global packages
Expand Down Expand Up @@ -355,7 +355,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@v5
with:
name: ${{ runner.os }}-build-artifact
- name: Cache podfiles
Expand Down
Loading