Skip to content

Commit a718b3a

Browse files
Bump codecov/codecov-action from 5 to 6 (#3367)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6cd9a3 commit a718b3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with Maven
4444
run: mvn clean install -pl -:gremlin-javascript,-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-python -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dcoverage
4545
- name: Upload to Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
directory: ./gremlin-tools/gremlin-coverage/target/site
4949
java-jdk8:
@@ -419,7 +419,7 @@ jobs:
419419
mvn clean install -pl -:gremlin-python,-:gremlin-javascript,-:gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests -q -DskipTests -Dci
420420
mvn verify -pl :gremlin-go
421421
- name: Upload to Codecov
422-
uses: codecov/codecov-action@v5
422+
uses: codecov/codecov-action@v6
423423
with:
424424
working-directory: ./gremlin-go
425425
- name: Go-Vet

0 commit comments

Comments
 (0)