Commit 5633483 1 parent a8ff362 commit 5633483 Copy full SHA for 5633483
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
- name : Make documentation available
35
35
run : |
36
36
mvn -B -Pbuild-documentation -Dstyle.color=always -DskipTests=true package
37
- - uses : actions/upload-artifact@v3
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
- name : natives
39
+ name : docs
40
40
path : cli/target/package/*.pdf
41
41
42
42
@@ -61,17 +61,17 @@ jobs:
61
61
distribution : ' graalvm'
62
62
github-token : ${{ secrets.GITHUB_TOKEN }}
63
63
native-image-job-reports : ' true'
64
- - uses : actions/download-artifact@v3
64
+ - uses : actions/download-artifact@v4
65
65
- name : Download documentation
66
66
run : |
67
67
mkdir -p ./cli/target/package
68
- mv ./natives /*.pdf ./cli/target/package
68
+ mv ./docs /*.pdf ./cli/target/package
69
69
- name : Build native images with native maven plugin and archive in tar.gz
70
70
shell : bash
71
71
run : |
72
72
cd cli
73
73
mvn -B -ntp -P${{ matrix.os }} -P!include-docs -DskipTests=true package
74
- - uses : actions/upload-artifact@v3
74
+ - uses : actions/upload-artifact@v4
75
75
with :
76
76
name : natives
77
77
path : cli/target/*.tar.gz
90
90
uses : actions/setup-java@v1
91
91
with :
92
92
java-version : ' 17'
93
- - uses : actions/download-artifact@v3
93
+ - uses : actions/download-artifact@v4
94
94
- name : Make natives available and build project
95
95
run : |
96
96
# mvn -B -ntp -Dstyle.color=always install
You can’t perform that action at this time.
0 commit comments