File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Build with Maven
5050 run : mvn clean install -pl $EXCLUDE_MODULES -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dcoverage
5151 - name : Upload to Codecov
52- uses : codecov/codecov-action@v5
52+ uses : codecov/codecov-action@v6
5353 with :
5454 directory : ./gremlin-tools/gremlin-coverage/target/site
5555 gremlin-server-default :
@@ -398,7 +398,7 @@ jobs:
398398 - name : Checkout
399399 uses : actions/checkout@v6
400400 - name : Setup Go
401- uses : actions/setup-go@v5
401+ uses : actions/setup-go@v6
402402 with :
403403 go-version : ' 1.25'
404404 - name : Get Cached Server Base Image
@@ -420,7 +420,7 @@ jobs:
420420 mvn clean install -pl $EXCLUDE -q -DskipTests -Dci
421421 mvn verify -pl :gremlin-go
422422 - name : Upload to Codecov
423- uses : codecov/codecov-action@v5
423+ uses : codecov/codecov-action@v6
424424 with :
425425 working-directory : ./gremlin-go
426426 - name : Go-Vet
You can’t perform that action at this time.
0 commit comments