Skip to content

Commit 11def4f

Browse files
committed
Update actions/upload-artifact action to v3
1 parent 37d0bc4 commit 11def4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: flutter build apk --no-shrink
5151

5252
- name: Upload APK
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v3
5454
with:
5555
name: app-${{ matrix.flutter-channel }}
5656
path: build/app/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)