diff --git a/actions/ca-apm-dependency/main.go b/actions/ca-apm-dependency/main.go index e4c2010c..0b3055e1 100644 --- a/actions/ca-apm-dependency/main.go +++ b/actions/ca-apm-dependency/main.go @@ -34,7 +34,7 @@ func main() { panic(fmt.Errorf("type must be specified")) } - uri := "https://ca.bintray.com/apm-agents" + uri := "https://packages.broadcom.com/artifactory/apm-agents" c := colly.NewCollector() versions := make(actions.Versions)