codecov/codecov-action@v1.5.0

This commit is contained in:
Liam Newman
2021-05-24 08:39:44 -07:00
committed by GitHub
parent 6ca0d83b70
commit 5254839ff7

View File

@@ -84,7 +84,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.1
uses: codecov/codecov-action@v1.5.0
# JDK 11+
- name: Maven Install without Code Coverage
if: matrix.os == 'windows' && matrix.java != '8'