File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -136,19 +136,12 @@ jobs:
136136 - run :
137137 name : Collecting coverage reports
138138 command : |
139- uname -m
140- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
141-
142- curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
143-
144- curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
145-
146- curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
147-
139+ sudo curl -k https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
140+ sudo curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov
141+ sudo curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov.SHA256SUM
142+ sudo curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov.SHA256SUM.sig
148143 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
149-
150144 shasum -a 256 -c codecov.SHA256SUM
151-
152145 chmod +x codecov
153146 check-dependencies :
154147 parameters :
You can’t perform that action at this time.
0 commit comments