File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- name : Set up JDK 1.17
20
20
uses : actions/setup-java@v1
21
21
with :
@@ -25,17 +25,17 @@ jobs:
25
25
- name : Build with Gradle
26
26
run : ./gradlew build
27
27
- name : Upload Artifacts - Forge
28
- uses : actions/upload-artifact@v2
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : Forge
31
31
path : ./forge/build/libs
32
32
- name : Upload Artifacts - Fabric
33
- uses : actions/upload-artifact@v2
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : Fabric
36
36
path : ./fabric/build/libs
37
37
- name : Upload Artifacts - Quilt
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : Quilt
41
41
path : ./quilt/build/libs
You can’t perform that action at this time.
0 commit comments