Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 880e0df

Browse files
Merge pull request #219 from spectralblu/patch-1
Fix integrity checking readme
2 parents 410389e + ec5c7eb commit 880e0df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ The binary can be integrity checked using a SHASUM256 and SHASUM256.sig file. Th
5757

5858
```
5959
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
60-
curl -Os https://uploader.codecov.io/latest/linux/codecov
61-
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
62-
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
60+
curl -Os https://cli.codecov.io/latest/linux/codecov
61+
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
62+
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
6363
6464
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
6565
6666
shasum -a 256 -c codecov.SHA256SUM
6767
```
6868

69-
For macos you will want to use the macos distributions of the binary (e.g., https://uploader.codecov.io/latest/macos/codecov)
69+
For macos you will want to use the macos distributions of the binary (e.g., https://cli.codecov.io/latest/macos/codecov)
7070

7171

7272
# How to Upload to Codecov

0 commit comments

Comments
 (0)