Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 31, 2024
1 parent 6ae2445 commit 0ff8707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# TODO: Grab the version so zip file name can contain it

- name: Archive Android zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ti.identity-android
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Build and Test

- name: Archive iOS artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ti.identity-ios
path: |
Expand Down

0 comments on commit 0ff8707

Please sign in to comment.