diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08599fb6b..671c1f81e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: - name: Unit tests run: mvn test -q - name: Codecov - uses: codecov/codecov-action@v2.0.3 + uses: codecov/codecov-action@v2.1.0 - name: Install jars run: mvn install -q - name: Integration tests