diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91dba95fe..c05ed929c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: - name: Unit tests run: mvn test -q - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 - name: Install jars run: mvn install -q - name: Integration tests