File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
23
23
channel : ' stable'
24
24
cache : true
25
25
26
- - uses : actions/setup-java@v3
26
+ - uses : actions/setup-java@v4
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 11'
30
30
cache : ' gradle'
31
31
32
32
33
33
- name : Cache pubspec dependencies
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : |
37
37
${{ env.FLUTTER_HOME }}/.pub-cache
63
63
export ANDROID_KEY_PASSWORD="${{ secrets.ANDROID_KEY_PASSWORD }}"
64
64
flutter build appbundle --no-tree-shake-icons --release
65
65
- name : Upload artifact
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : app-release.aab
69
69
# 保存するファイル
Original file line number Diff line number Diff line change 38
38
- name : Run flutter test with coverage
39
39
run : flutter test --coverage --coverage-path=~/coverage/lcov.info
40
40
41
- - uses : codecov/codecov-action@v3
41
+ - uses : codecov/codecov-action@v4
42
42
with :
43
43
token : ${{secrets.CODECOV_TOKEN}}
44
44
file : ~/coverage/lcov.info
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
23
23
channel : ' stable'
24
24
cache : true
25
25
26
- - uses : actions/setup-java@v3
26
+ - uses : actions/setup-java@v4
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 11'
30
30
cache : ' gradle'
31
31
32
32
33
33
- name : Cache pubspec dependencies
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : |
37
37
${{ env.FLUTTER_HOME }}/.pub-cache
Original file line number Diff line number Diff line change 41
41
curl -o ${{ env.builddir }}\ChineseSimplified.isl https://raw.githubusercontent.com/jrsoftware/issrc/main/Files/Languages/Unofficial/ChineseSimplified.isl
42
42
43
43
- name : Compile .ISS to .EXE Installer
44
- uses :
Minionguyjpro/[email protected] .3
44
+ uses :
Minionguyjpro/[email protected] .4
45
45
with :
46
46
path : windows/innosetup.iss
47
47
options : /dMyAppVersion="${{ env.version }}" /dMyWorkDir="${{ env.builddir }}"
You can’t perform that action at this time.
0 commit comments