mirror of
https://github.com/codecov/codecov-action
synced 2026-09-14 20:13:46 +00:00
fix: remove openpgp dep due to licensing and use gpg (#1218)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ const versionInfo = async (
|
||||
}
|
||||
|
||||
try {
|
||||
const metadataRes = await request(`https://uploader.codecov.io/${platform}/latest`, {
|
||||
const metadataRes = await request(`https://cli.codecov.io/${platform}/latest`, {
|
||||
headers: {'Accept': 'application/json'},
|
||||
});
|
||||
const metadata = await metadataRes.body.json();
|
||||
|
||||
Reference in New Issue
Block a user