File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ runs:
11
11
using : composite
12
12
steps :
13
13
- name : Setup Java
14
- uses : actions/setup-java@v4.5 .0
14
+ uses : actions/setup-java@v4.6 .0
15
15
with :
16
16
distribution : zulu
17
17
java-version : 17
18
18
- name : Setup Gradle
19
- uses :
gradle/actions/[email protected] .1
19
+ uses :
gradle/actions/[email protected] .2
20
20
with :
21
21
add-job-summary-as-pr-comment : on-failure
22
22
artifact-retention-days : 7
Original file line number Diff line number Diff line change 38
38
with :
39
39
fetch-depth : 0
40
40
- name : Validate Gradle wrapper
41
- uses :
gradle/actions/[email protected] .1
41
+ uses :
gradle/actions/[email protected] .2
42
42
43
43
assemble :
44
44
name : Assembling
@@ -56,14 +56,14 @@ jobs:
56
56
- name : Assemble Katana
57
57
run : ./gradlew assembleDebug --no-daemon --stacktrace
58
58
- name : Upload debug artifacts
59
- uses : actions/upload-artifact@v4.4.3
59
+ uses : actions/upload-artifact@v4.5.0
60
60
with :
61
61
name : Katana v${{ github.run_number }}
62
62
path : |
63
63
${{ vars.ANDROID_DEBUG_APK }}
64
64
retention-days : 7
65
65
- name : Upload compose reports artifact
66
- uses : actions/upload-artifact@v4.4.3
66
+ uses : actions/upload-artifact@v4.5.0
67
67
if : always()
68
68
with :
69
69
name : compose-reports
90
90
- name : Run detekt
91
91
run : ./gradlew detektAll lintDebug --no-daemon --stacktrace
92
92
- name : Upload static reports artifact
93
- uses : actions/upload-artifact@v4.4.3
93
+ uses : actions/upload-artifact@v4.5.0
94
94
with :
95
95
name : static-report
96
96
path : |
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Run unit tests
119
119
run : ./gradlew :koverXmlReport :koverVerify --no-daemon --stacktrace
120
120
- name : Upload tests reports artifact
121
- uses : actions/upload-artifact@v4.4.3
121
+ uses : actions/upload-artifact@v4.5.0
122
122
with :
123
123
name : tests-reports
124
124
path : |
You can’t perform that action at this time.
0 commit comments