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 6ca0d83 commit 5254839Copy full SHA for 5254839
.github/workflows/maven-build.yml
@@ -84,7 +84,7 @@ jobs:
84
run: mvn -B install -D enable-ci --file pom.xml
85
- name: Codecov Report
86
if: matrix.os != 'windows' && matrix.java == '8'
87
- uses: codecov/codecov-action@v1.4.1
+ uses: codecov/codecov-action@v1.5.0
88
# JDK 11+
89
- name: Maven Install without Code Coverage
90
if: matrix.os == 'windows' && matrix.java != '8'
0 commit comments