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 63ccbaf commit 2be27d1Copy full SHA for 2be27d1
.github/workflows/maven-build.yml
@@ -81,7 +81,7 @@ jobs:
81
run: mvn -B install -D enable-ci --file pom.xml
82
- name: Codecov Report
83
if: matrix.os != 'windows' && matrix.java == '8'
84
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
85
# JDK 11+
86
- name: Maven Install without Code Coverage
87
if: matrix.os == 'windows' && matrix.java != '8'
0 commit comments