File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-20.04
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
- name : Set up JDK 1.8
12
- uses : actions/setup-java@v1
12
+ uses : actions/setup-java@v4
13
13
with :
14
14
java-version : 8
15
- - uses : actions/cache@v1
15
+ distribution : temurin
16
+ - uses : actions/cache@v4
16
17
with :
17
18
path : ~/.m2
18
19
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -23,12 +24,12 @@ jobs:
23
24
otp-version : ' 23'
24
25
- name : erl
25
26
run : erl -version
26
- - uses : actions /setup-ruby@v1
27
+ - uses : ruby /setup-ruby@v1
27
28
with :
28
29
ruby-version : ' 2.7'
29
30
- name : Build with Maven
30
- run : PATH=$PATH:/home/runner/.gem/ruby/2.7/bin xvfb-run ./mvnw -B -U clean verify -P help
31
- - uses : actions/upload-artifact@v2
31
+ run : xvfb-run ./mvnw -B -U clean verify -P help
32
+ - uses : actions/upload-artifact@v4
32
33
with :
33
34
name : P2 site
34
35
path : releng/org.erlide.site/target/repository
You can’t perform that action at this time.
0 commit comments