Skip to content

Commit

Permalink
Update codecov uploader binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Jul 24, 2023
1 parent 264d128 commit 3f8bc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $*

0 comments on commit 3f8bc92

Please sign in to comment.