diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cdf34f4a8..760b4d803 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -80,7 +80,6 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} flags: integrationtests - version: v0.7.3 - name: Collect test results if: ${{ !cancelled() }} diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 467b20208..56d1c63a2 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -70,7 +70,6 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} flags: uitests - version: v0.7.3 - name: Collect test results if: ${{ !cancelled() }}