Skip to content

Commit

Permalink
chore: update upload action to v4 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturas-raizys authored Nov 14, 2024
1 parent 7ee995f commit 989ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
xcodebuild -exportArchive -archivePath ./demo.xcarchive -exportOptionsPlist ../../.github/configs/exportOptions.plist -exportPath build-demo
- name: Archive IPA
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: ipa-LinkReactNative
path: example/ios/build-demo/LinkReactNative.ipa
Expand Down

0 comments on commit 989ec7e

Please sign in to comment.