We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f863a64 + 11def4f commit 4d0d318Copy full SHA for 4d0d318
.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