From 3f8bc92d1cb5c812ab83e85c1998a2d9b376c1b8 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Mon, 24 Jul 2023 20:05:33 +0200 Subject: [PATCH] Update codecov uploader binary version Port of https://github.com/LiberTEM/LiberTEM/pull/1471 --- scripts/codecov.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/codecov.sh b/scripts/codecov.sh index 2262018c..319fd7de 100755 --- a/scripts/codecov.sh +++ b/scripts/codecov.sh @@ -3,8 +3,8 @@ set -e # pin the version so we can compare sha -curl -Os https://uploader.codecov.io/v0.3.2/linux/codecov -echo '20f9c9d78483fce977b6cc39e231a734a23bcd36f4d536bb7355222fb88d02bc codecov' | sha256sum -c +curl -Os https://uploader.codecov.io/v0.6.1/linux/codecov +echo '0c9b79119b0d8dbe7aaf460dc3bd7c3094ceda06e5ae32b0d11a8ff56e2cc5c5 codecov' | sha256sum -c chmod +x codecov ./codecov $*