File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up JDK 8
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v4
15
15
with :
16
16
java-version : ' 8'
17
17
distribution : ' temurin'
18
18
- name : Validate Gradle wrapper
19
19
uses : gradle/wrapper-validation-action@v1
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
~/.gradle/caches
@@ -30,12 +30,12 @@ jobs:
30
30
GPR_USER : ${{ secrets.GPR_USER }}
31
31
GPR_KEY : ${{ secrets.GPR_KEY }}
32
32
- name : Archive artifacts
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : OpenComputers
36
36
path : build/libs/*-universal.jar
37
37
- name : Archive artifacts
38
- uses : actions/upload-artifact@v3
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : OpenComputers (development environment build)
41
41
path : build/libs/*-dev.jar
Original file line number Diff line number Diff line change 8
8
publish-github :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
13
13
- name : Extract Version from Tag
14
14
uses : rishabhgupta/split-by@v1
18
18
split-by : ' /'
19
19
20
20
- name : Set up JDK 8
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ' 8'
24
24
distribution : ' temurin'
27
27
run : chmod +x gradlew
28
28
- name : Validate Gradle wrapper
29
29
uses : gradle/wrapper-validation-action@v1
30
- - uses : actions/cache@v2
30
+ - uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
~/.gradle/caches
58
58
publish-curse :
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v3
61
+ - uses : actions/checkout@v4
62
62
63
63
- name : Extract Version from Tag
64
64
uses : rishabhgupta/split-by@v1
68
68
split-by : ' /'
69
69
70
70
- name : Set up JDK 8
71
- uses : actions/setup-java@v3
71
+ uses : actions/setup-java@v4
72
72
with :
73
73
java-version : ' 8'
74
74
distribution : ' temurin'
@@ -126,7 +126,7 @@ jobs:
126
126
run : chmod +x gradlew
127
127
- name : Validate Gradle wrapper
128
128
uses : gradle/wrapper-validation-action@v1
129
- - uses : actions/cache@v2
129
+ - uses : actions/cache@v4
130
130
with :
131
131
path : |
132
132
~/.gradle/caches
You can’t perform that action at this time.
0 commit comments