We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6dcc1 commit a86b30fCopy full SHA for a86b30f
.github/workflows/maven-build.yml
@@ -86,7 +86,7 @@ jobs:
86
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
87
- name: Codecov Report
88
if: matrix.os == 'ubuntu' && matrix.java == '17'
89
- uses: codecov/codecov-action@v4.1.1
+ uses: codecov/codecov-action@v4.4.1
90
91
test-java-8:
92
name: test Java 8 (no-build)
0 commit comments