Skip to content

Commit 3777ab3

Browse files
Chore(deps): Bump codecov/codecov-action from 4.0.0 to 4.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f3f39f commit 3777ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
8787
- name: Codecov Report
8888
if: matrix.os == 'ubuntu' && matrix.java == '17'
89-
uses: codecov/codecov-action@v4.0.0
89+
uses: codecov/codecov-action@v4.1.0
9090

9191
test-java-8:
9292
name: test Java 8 (no-build)

0 commit comments

Comments
 (0)