File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install Graphviz
23
23
run : sudo apt-get -y install graphviz
24
24
- name : Gradle caches
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : |
28
28
~/.gradle/caches
47
47
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
48
48
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
49
49
- name : Upload coverage to Codecov
50
- uses : codecov/codecov-action@v1
50
+ uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 21
21
- name : Install Graphviz
22
22
run : sudo apt-get -y install graphviz
23
23
- name : Gradle caches
24
- uses : actions/cache@v2
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : |
27
27
~/.gradle/caches
@@ -34,11 +34,11 @@ jobs:
34
34
- name : Build with Gradle
35
35
run : ./gradlew clean build snapshot
36
36
- name : Upload coverage to Codecov
37
- uses : codecov/codecov-action@v1
37
+ uses : codecov/codecov-action@v4
38
38
- name : Unpack tar
39
39
run : mkdir ./out && tar -xf ./build/distributions/*.tar --strip-components 1 -C ./out
40
40
- name : Upload build
41
- uses : actions/upload-artifact@v2
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : build
44
44
path : ./out
50
50
- build
51
51
steps :
52
52
- name : Download build
53
- uses : actions/download-artifact@v2
53
+ uses : actions/download-artifact@v4
54
54
with :
55
55
name : build
56
56
path : ./out
69
69
- build
70
70
steps :
71
71
- name : Download build
72
- uses : actions/download-artifact@v2
72
+ uses : actions/download-artifact@v4
73
73
with :
74
74
name : build
75
75
path : ./out
88
88
- build
89
89
steps :
90
90
- name : Download build
91
- uses : actions/download-artifact@v2
91
+ uses : actions/download-artifact@v4
92
92
with :
93
93
name : build
94
94
path : ./out
Original file line number Diff line number Diff line change 20
20
- name : Install Graphviz
21
21
run : sudo apt-get -y install graphviz
22
22
- name : Gradle caches
23
- uses : actions/cache@v2
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : |
26
26
~/.gradle/caches
45
45
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
46
46
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
47
47
- name : Upload coverage to Codecov
48
- uses : codecov/codecov-action@v1
48
+ uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments