File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
submodules : true
46
46
- name : Set up Java
47
- uses : actions/setup-java@v4
47
+ uses : actions/setup-java@v5
48
48
with :
49
49
distribution : temurin
50
50
java-version : 22
Original file line number Diff line number Diff line change 19
19
with :
20
20
submodules : true
21
21
- name : Set up Java
22
- uses : actions/setup-java@v4
22
+ uses : actions/setup-java@v5
23
23
with :
24
24
distribution : temurin
25
25
java-version : 22
Original file line number Diff line number Diff line change 34
34
with :
35
35
submodules : true
36
36
- name : Set up Java
37
- uses : actions/setup-java@v4
37
+ uses : actions/setup-java@v5
38
38
with :
39
39
distribution : temurin
40
40
java-version : 22
55
55
- name : Build javadoc
56
56
run : mvn --no-transfer-progress javadoc:javadoc antrun:run@fix-javadoc
57
57
- name : Upload pages artifact
58
- uses : actions/upload-pages-artifact@v3
58
+ uses : actions/upload-pages-artifact@v4
59
59
with :
60
60
path : target/reports/apidocs
61
61
- name : Publish to GitHub Pages
You can’t perform that action at this time.
0 commit comments