diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37f0f0899c..7548894f9e 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@v2.1.0 + uses: codecov/codecov-action@v3.0.0 - name: Install jars run: mvn install -q - name: Integration tests