We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eb8e3 commit f68fc0dCopy full SHA for f68fc0d
.github/workflows/flutter.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Upload APK
53
if: ${{ matrix.flutter-channel == 'stable' }}
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: app-${{ matrix.flutter-channel }}
57
path: build/app/outputs/apk/debug/app-debug.apk
0 commit comments