From b61e28b86f9265f63c7d3fe49a6785ae4fd965d0 Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" Date: Mon, 10 Jun 2024 10:52:16 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30afc18..b20c1df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: } - name: Get DynamoRuntime from s3 run: | - curl -o DynamoRuntime.zip https://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoCoreRuntime_3.1.0.4081_20240212T2057.zip + curl -o DynamoRuntime.zip https://downloads.dynamobuilds.com/DynamoCoreRuntime3.1.0.zip ls - name: Extract DynamoRuntime run: | @@ -82,4 +82,4 @@ jobs: with: name: TestResults path: ${{ github.workspace }}\DynamoSamples\TestResults - retention-days: 1 \ No newline at end of file + retention-days: 1