Skip to content

Commit 4f69589

Browse files
authored
chore: update codecov uploader (#12871)
1 parent f81fd55 commit 4f69589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/cloudbuild/builds/coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ TIMEFORMAT="==> 🕑 codecov.io upload done in %R seconds"
110110
time {
111111
# Downloads and verifies the codecov uploader before executing it.
112112
codecov="$(mktemp -u -t codecov.XXXXXXXXXX)"
113-
curl -fsSL -o "${codecov}" https://github.com/codecov/uploader/releases/download/v0.4.1/codecov-linux
114-
sha256sum="32cb14b5f3aaacd67f4c1ff55d82f037d3cd10c8e7b69c051f27391d2e66e15c"
113+
curl -fsSL -o "${codecov}" https://github.com/codecov/uploader/releases/download/v0.6.3/codecov-linux
114+
sha256sum="e6aa8429d6ff91eddc7eced927e6ec936364a88fe755eed28b1f627a6499980d"
115115
if ! sha256sum -c <(echo "${sha256sum} *${codecov}"); then
116116
io::log_h2 "ERROR: Invalid sha256sum for codecov program"
117117
exit 1

0 commit comments

Comments
 (0)