File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up JDK 21
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : 21
22
22
run : chmod +x gradlew
23
23
- name : Build with Gradle
24
24
run : ./gradlew build
25
- - uses : actions/upload-artifact@v3
25
+ - uses : actions/upload-artifact@v4
26
26
with :
27
27
name : " Compiled artifacts for Pull Request #${{github.event.number}}"
28
28
path : build/libs
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up JDK 21
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : 21
22
22
run : chmod +x gradlew
23
23
- name : Build with Gradle
24
24
run : ./gradlew build
25
- - uses : actions/upload-artifact@v3
25
+ - uses : actions/upload-artifact@v4
26
26
with :
27
27
name : Compiled artifacts for ${{ github.sha }}
28
28
path : build/libs
You can’t perform that action at this time.
0 commit comments