File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
run : flutter build apk
49
49
50
50
- name : Upload Artifact
51
- uses : actions/upload-artifact@v3
51
+ uses : actions/upload-artifact@v4
52
52
with :
53
53
name : apk-output
54
54
path : ./build/app/outputs/flutter-apk/app-release.apk
Original file line number Diff line number Diff line change 33
33
ls app/build/outputs/apk/debug
34
34
find -name '*.apk'
35
35
- name : Upload Artifact
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : apk-output
39
39
path : ./client/app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 31
31
ls app/build/outputs/apk/debug
32
32
find -name '*.apk'
33
33
- name : Upload Artifact
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : apk-output
37
37
path : ./client/app/build/outputs/apk/debug/app-debug.apk
You can’t perform that action at this time.
0 commit comments