gha: pin codecov uploader to v0.7.3

Codecov uploader v0.8.0 for macOS is built for arm64, which fails to run
on (Intel) macos-12 runners with "unknown error -86" (-EBADARCH).

Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
Cory Snider 2024-09-04 16:54:12 -04:00
parent 3768d28545
commit 6ce1dd5384
1 changed files with 1 additions and 0 deletions

View File

@ -77,3 +77,4 @@ jobs:
with:
file: /tmp/coverage.txt
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
version: v0.7.3 # Work around https://github.com/codecov/uploader/issues/1687 -- uploader v0.8.0 for mac is built for arm64, not x86_64