File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
name : gradle-test-report
39
39
path : ' **/build/reports/'
40
40
- name : Code coverage report
41
- uses : codecov/codecov-action@v3
41
+ uses : codecov/codecov-action@v4
42
42
with :
43
43
flags : unittests
44
44
fail_ci_if_error : true # optional (default = false)
Original file line number Diff line number Diff line change 22
22
with :
23
23
distribution : temurin
24
24
java-version : 11
25
- - uses : gradle/gradle-build-action@v2
25
+ - uses : gradle/gradle-build-action@v3
26
26
with :
27
27
arguments : publishToSonatype closeSonatypeStagingRepository
28
28
gradle-version : wrapper
47
47
with :
48
48
distribution : zulu
49
49
java-version : 11
50
- - uses : gradle/gradle-build-action@v2
50
+ - uses : gradle/gradle-build-action@v3
51
51
with :
52
52
arguments : publishToSonatype closeSonatypeStagingRepository
53
53
gradle-version : wrapper
62
62
with :
63
63
distribution : zulu
64
64
java-version : 11
65
- - uses : gradle/gradle-build-action@v2
65
+ - uses : gradle/gradle-build-action@v3
66
66
with :
67
67
arguments : publishToSonatype closeSonatypeStagingRepository
68
68
gradle-version : wrapper
You can’t perform that action at this time.
0 commit comments