Skip to content

Commit a7076f9

Browse files
fix: codecov script
1 parent 94796b6 commit a7076f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ commands:
7171
curl -Os https://uploader.codecov.io/latest/linux/codecov
7272
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
7373
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
74-
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
74+
curl -fsSL https://uploader.codecov.io/verification.gpg | gpg --no-default-keyring --keyring trustedkeys.gpg --import
7575
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
7676
shasum -a 256 -c codecov.SHA256SUM
7777
chmod +x ./codecov

0 commit comments

Comments
 (0)