Skip to content

Commit

Permalink
chore: update upload action to v4 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturas-raizys authored Nov 14, 2024
1 parent ae0dbfd commit 541439d
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 @@ -36,7 +36,7 @@ jobs:
- run: pushd example; flutter build ipa --dart-define=IS_INTERNAL_JSON_BUILD=true --export-options-plist=./ios/exportOptions.plist

- name: Archive IPA
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ipa-app-release
path: example/build/ios/ipa/argyle_link_flutter_example.ipa
Expand Down

0 comments on commit 541439d

Please sign in to comment.