File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Setup flutter
22
22
uses : subosito/flutter-action@v2
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Setup flutter
24
24
uses : subosito/flutter-action@v2
43
43
44
44
- name : Setup Java
45
45
if : matrix.os == 'android'
46
- uses : actions/setup-java@v3
46
+ uses : actions/setup-java@v4
47
47
with :
48
48
distribution : " temurin"
49
49
java-version : " 11"
77
77
working-directory : ${{ matrix.os }}
78
78
79
79
- name : Upload artifacts
80
- uses : actions/upload-artifact@v3
80
+ uses : actions/upload-artifact@v4
81
81
with :
82
82
name : linshare-dev
83
83
path : |
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Setup flutter
29
29
uses : subosito/flutter-action@v2
48
48
49
49
- name : Setup Java
50
50
if : matrix.os == 'android'
51
- uses : actions/setup-java@v3
51
+ uses : actions/setup-java@v4
52
52
with :
53
53
distribution : " temurin"
54
54
java-version : " 11"
94
94
95
95
- name : Create Github release
96
96
if : matrix.os == 'android'
97
- uses : softprops/action-gh-release@v1
97
+ uses : softprops/action-gh-release@v2
98
98
with :
99
99
fail_on_unmatched_files : true
100
100
generate_release_notes : true
You can’t perform that action at this time.
0 commit comments