Skip to content

Commit

Permalink
Bump actions/upload-artifact@v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 9, 2024
1 parent a57352c commit 21b3779
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_APK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: mv ./build/app/outputs/flutter-apk/app-release.apk IronFlow.apk

- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IronFlow
path: IronFlow.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_IPA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mv IronFlow.zip IronFlow.ipa
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IronFlow
path: ./IronFlow.ipa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_IPA_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: flutter pub get && flutter build ipa --release --export-options-plist /Users/runner/export_options.plist

- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IronFlow
path: ./build/ios/ipa/IronFlow.ipa
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: mv ./build/app/outputs/flutter-apk/app-release.apk IronFlow.apk

- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IronFlow
path: IronFlow.apk
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
mv IronFlow.zip IronFlow.ipa
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IronFlow
path: ./IronFlow.ipa
Expand Down

0 comments on commit 21b3779

Please sign in to comment.