File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243 distribution : zulu
244244 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
245245 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }}
246- - uses : actions/upload-artifact@v4
246+ - uses : actions/upload-artifact@v5
247247 with :
248248 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
249249 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 distribution : zulu
109109 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
110110 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }} -Dhbase.docker.uid=$(id -u) -Dhbase.docker.gid=$(id -g)
111- - uses : actions/upload-artifact@v4
111+ - uses : actions/upload-artifact@v5
112112 with :
113113 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
114114 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 distribution : zulu
140140 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
141141 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }}
142- - uses : actions/upload-artifact@v4
142+ - uses : actions/upload-artifact@v5
143143 with :
144144 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
145145 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 distribution : zulu
136136 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
137137 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }}
138- - uses : actions/upload-artifact@v4
138+ - uses : actions/upload-artifact@v5
139139 with :
140140 name : jacoco-reports-${{ matrix.module }}-java-${{ matrix.java }}
141141 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change 6262 - run : git diff --exit-code docs/configs/janusgraph-cfg.md
6363 - run : docker build -t doc-site:mkdocs -f docs.Dockerfile .
6464 - run : docker run --rm -v $PWD:/mkdocs doc-site:mkdocs mkdocs build
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 if : github.ref != 'refs/heads/master'
6767 with :
6868 name : distribution-doc-builds
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 distribution : zulu
128128 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
129129 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }}
130- - uses : actions/upload-artifact@v4
130+ - uses : actions/upload-artifact@v5
131131 with :
132132 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
133133 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change 9191 distribution : zulu
9292 - run : mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
9393 - run : mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.install-args }} ${{ matrix.args }}
94- - uses : actions/upload-artifact@v4
94+ - uses : actions/upload-artifact@v5
9595 with :
9696 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
9797 path : target/jacoco-combined.exec
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
9595 - run : sudo apt-get update && sudo apt-get install -y expect
9696 - run : mvn clean install -Pjanusgraph-release ${{ env.BUILD_MAVEN_OPTS }} -Dgpg.skip=true ${{ matrix.args }}
9797 - run : mvn verify -pl janusgraph-dist -Pjanusgraph-release -Dgpg.skip=true ${{ matrix.args }}
98- - uses : actions/upload-artifact@v4
98+ - uses : actions/upload-artifact@v5
9999 with :
100100 name : distribution-build-full-java-${{ matrix.java }}
101101 path : janusgraph-dist/target/janusgraph-full-*.zip
102- - uses : actions/upload-artifact@v4
102+ - uses : actions/upload-artifact@v5
103103 with :
104104 name : distribution-build-core-java-${{ matrix.java }}
105105 path : janusgraph-dist/target/janusgraph-[!full]*.zip
You can’t perform that action at this time.
0 commit comments