Update maven-build.yml

This commit is contained in:
Liam Newman
2021-04-20 13:42:48 -07:00
committed by GitHub
parent 63ccbaf064
commit 2be27d1a41

View File

@@ -81,7 +81,7 @@ jobs:
run: mvn -B install -D enable-ci --file pom.xml
- name: Codecov Report
if: matrix.os != 'windows' && matrix.java == '8'
uses: codecov/codecov-action@v1.4.0
uses: codecov/codecov-action@v1.4.1
# JDK 11+
- name: Maven Install without Code Coverage
if: matrix.os == 'windows' && matrix.java != '8'