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.
2 parents 8625a3a + 3777ab3 commit ee450b6Copy full SHA for ee450b6
.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.0.0
+ uses: codecov/codecov-action@v4.1.0
90
91
test-java-8:
92
name: test Java 8 (no-build)
0 commit comments