We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee37c4 commit e575238Copy full SHA for e575238
.github/workflows/flutterci.yml
@@ -44,7 +44,7 @@ jobs:
44
- run: flutter build apk
45
46
# Step 9: Upload the built APK as an artifact
47
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v3
48
with:
49
name: release-apk
50
path: build/app/outputs/apk/release/app-release.apk
0 commit comments