Skip to content

Commit

Permalink
TW-1540 Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Sep 11, 2024
1 parent bf4b1a8 commit 22eacbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: yarn android:release:apk

- name: Retain Android artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: android/app/build/outputs/apk/release/app-release.apk
if-no-files-found: warn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testapp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: yarn android:release:apk

- name: Retain Android artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: android/app/build/outputs/apk/release/app-release.apk
if-no-files-found: warn
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
team-id: ${{ secrets.TEAM_ID }}

- name: Retain iOS artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ios/build/TempleWallet.ipa
if-no-files-found: warn
Expand Down

0 comments on commit 22eacbf

Please sign in to comment.