We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5609acb commit c859a4eCopy full SHA for c859a4e
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
run: flutter build ipa --release -t lib/main_prod.dart
27
28
- name: Upload artifact
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: app-ipa
32
path: build/ios/ipa
0 commit comments