We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bb0343 + 36ef2db commit ddde128Copy full SHA for ddde128
.github/workflows/maven-build.yml
@@ -87,7 +87,7 @@ jobs:
87
run: mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
88
- name: Codecov Report
89
if: matrix.os == 'ubuntu' && matrix.java == '17'
90
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
91
with:
92
token: ${{ secrets.CODECOV_TOKEN }}
93
fail_ci_if_error: true
0 commit comments