diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f98204539..9960f838f 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.0 + uses: codecov/codecov-action@v3.1.1 - name: Install jars run: mvn install -q - name: Integration tests