Skip to content

Commit

Permalink
fix: Update artifact version (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored and arjunaj5 committed Sep 17, 2024
1 parent 4fca4d0 commit 943b4a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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@v3
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@v3
id: ios
with:
name: 'ios'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/appflow-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
native-config: staging
upload-artifact: Android

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

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
id: ios
with:
name: 'ios'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-appflow-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
native-config: staging
upload-artifact: Android

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

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
id: ios
with:
name: 'ios'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-appflow-with-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
native-config: prod
upload-artifact: Android

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

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

0 comments on commit 943b4a2

Please sign in to comment.