Skip to content

Commit ee450b6

Browse files
authored
Merge pull request #1803 from hub4j/dependabot/github_actions/codecov/codecov-action-4.1.0
Chore(deps): Bump codecov/codecov-action from 4.0.0 to 4.1.0
2 parents 8625a3a + 3777ab3 commit ee450b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)