File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ${{ matrix.os }}
13
13
steps :
14
14
- name : checkout repository
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
- name : validate gradle wrapper
17
17
uses : gradle/wrapper-validation-action@v1
18
18
- name : setup jdk ${{ matrix.java }}
19
- uses : actions/setup-java@v1
19
+ uses : actions/setup-java@v3
20
20
with :
21
21
java-version : ${{ matrix.java }}
22
22
- name : make gradle wrapper executable
26
26
run : ./gradlew build
27
27
- name : capture build artifacts
28
28
if : ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
29
- uses : actions/upload-artifact@v2
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : Artifacts
32
32
path : build/libs/
You can’t perform that action at this time.
0 commit comments