Skip to content

Commit

Permalink
test-medium
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Oct 10, 2024
1 parent 27f3e49 commit 79a9029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
# Install flutter
- name: Flutter get
uses: subosito/flutter-action@v1
uses: subosito/flutter-action@v2
with:
flutter-version: '2.10.1'

Expand All @@ -58,7 +58,7 @@ jobs:

# Collect the file and upload as artifact
- name: collect ipa artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-ipa
# Path to the release files
Expand Down

0 comments on commit 79a9029

Please sign in to comment.