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 22
22
java-version : ' 17'
23
23
distribution : ' temurin'
24
24
- name : Cache Gradle
25
- uses : actions/cache@v3.3.3
25
+ uses : actions/cache@v4.0.0
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : >-
@@ -32,11 +32,11 @@ jobs:
32
32
- name : Make gradlew executable
33
33
run : chmod +x gradlew
34
34
- name : Build with Gradle
35
- uses : gradle/gradle-build-action@11693a116929fecdfa454db8361883532c7723d2
35
+ uses : gradle/gradle-build-action@e1ada08a9a43fad9770411d5dd099f25ece2569d
36
36
with :
37
37
arguments : shadowAll
38
38
- name : Upload a ChatFormatter Artifact
39
- uses : actions/upload-artifact@v4.0 .0
39
+ uses : actions/upload-artifact@v4.3 .0
40
40
with :
41
41
name : ' Successfully build ChatFormatter'
42
42
path : build/libs/ChatFormatter v*.jar
You can’t perform that action at this time.
0 commit comments