We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d0bc4 commit 11def4fCopy full SHA for 11def4f
.github/workflows/flutter.yml
@@ -50,7 +50,7 @@ jobs:
50
run: flutter build apk --no-shrink
51
52
- name: Upload APK
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
54
with:
55
name: app-${{ matrix.flutter-channel }}
56
path: build/app/outputs/apk/release/app-release.apk
0 commit comments