diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9960f838..aed0c508 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: - name: Unit tests run: mvn test -q - name: Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4 - name: Install jars run: mvn install -q - name: Integration tests