Skip to content

Commit 6aec6ba

Browse files
authored
Merge pull request #1829 from hub4j/dependabot/github_actions/codecov/codecov-action-4.1.1
Chore(deps): Bump codecov/codecov-action from 4.1.0 to 4.1.1
2 parents be680c7 + 24acc71 commit 6aec6ba

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/[email protected].0
89+
uses: codecov/[email protected].1
9090

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

0 commit comments

Comments
 (0)