Skip to content

Commit

Permalink
Update appflow-master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Sep 12, 2024
1 parent 757b87e commit d73d020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/appflow-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
native-config: staging
upload-artifact: Android

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
id: download
with:
name: 'Android'
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
native-config: prod
upload-artifact: ios

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
id: ios
with:
name: 'ios'
Expand Down

0 comments on commit d73d020

Please sign in to comment.