diff --git a/.github/workflows/binskim.yml b/.github/workflows/binskim.yml index 5df176d0984c..e7088f27eff8 100644 --- a/.github/workflows/binskim.yml +++ b/.github/workflows/binskim.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: download run: | - $URL="https://artprodcus3.artifacts.visualstudio.com/Af91412a5-a906-4990-9d7c-f697b81fc04d/be1b070f-be15-4154-aade-b1d3bfb17054/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zc29uaWMvcHJvamVjdElkL2JlMWIwNzBmLWJlMTUtNDE1NC1hYWRlLWIxZDNiZmIxNzA1NC9idWlsZElkLzMyNzk1MS9hcnRpZmFjdE5hbWUvc29uaWMtYnVpbGRpbWFnZS5icm9hZGNvbQ2/content?format=file&subPath=%2Ftarget%2Fsonic-broadcom.bin" + $URL="https://artprodcus3.artifacts.visualstudio.com/Af91412a5-a906-4990-9d7c-f697b81fc04d/be1b070f-be15-4154-aade-b1d3bfb17054/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL21zc29uaWMvcHJvamVjdElkL2JlMWIwNzBmLWJlMTUtNDE1NC1hYWRlLWIxZDNiZmIxNzA1NC9idWlsZElkLzM0ODU1NC9hcnRpZmFjdE5hbWUvc29uaWMtYnVpbGRpbWFnZS52cw2/content?format=zip&subPath=%2Ftarget" Invoke-WebRequest -Uri $URL -OutFile sonic-broadcom.bin - uses: actions/setup-dotnet@v1 with: