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 ee45429 commit 16629b0Copy full SHA for 16629b0
.github/workflows/build-example.yml
@@ -54,7 +54,7 @@ jobs:
54
run: flutter build apk --no-shrink
55
56
- name: Upload APK
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
if: ${{ matrix.channel == 'stable' }}
59
with:
60
name: app
0 commit comments