From 21d3376b319be0422cce5056e717c4c705d8eef2 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 27 Sep 2024 17:49:14 +0300 Subject: [PATCH] Switch `codecov-Action@v3` to `v0.7.3` so it runs on Intel macs --- .github/workflows/integration-tests.yml | 1 + .github/workflows/ui_tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index fc2ec28bd..6b753920e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -78,6 +78,7 @@ 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 eab569396..49c76e4e3 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -67,6 +67,7 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} flags: uitests + version: v0.7.3 - name: Collect test results if: ${{ !cancelled() }}