From 5265c605bb73b40f286d7f8afd89e8c914a20b18 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Fri, 25 Oct 2024 14:52:00 +0200 Subject: [PATCH] use newer ecrimagefetcher (#14949) --- .github/workflows/client-compatibility-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index 784d761862b..16561d11392 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -376,7 +376,7 @@ jobs: - name: Set Up ecrimagefetcher shell: bash run: | - go install github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher@v1.0.1 + go install github.com/smartcontractkit/chainlink-testing-framework/tools/ecrimagefetcher@v1.50.2 - name: Get latest docker images from ECR if: ${{ github.event.inputs.base64TestList == '' }} env: @@ -678,7 +678,7 @@ jobs: - name: Show Grafana url in test summary if: always() uses: smartcontractkit/.github/actions/ctf-show-grafana-in-test-summary@b6e37806737eef87e8c9137ceeb23ef0bff8b1db # ctf-show-grafana-in-test-summary@0.1.0 - + start-slack-thread: name: Start Slack Thread if: always() && needs.*.result != 'skipped' && needs.*.result != 'cancelled' && needs.should-run.outputs.should_run == 'true' && (needs.select-versions.outputs.evm_implementations != '' || github.event.inputs.base64TestList != '')