Skip to content

Commit b61e28b

Browse files
authored
Update build.yml
1 parent d339b6d commit b61e28b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
}
6363
- name: Get DynamoRuntime from s3
6464
run: |
65-
curl -o DynamoRuntime.zip https://dyn-builds-data.s3-us-west-2.amazonaws.com/DynamoCoreRuntime_3.1.0.4081_20240212T2057.zip
65+
curl -o DynamoRuntime.zip https://downloads.dynamobuilds.com/DynamoCoreRuntime3.1.0.zip
6666
ls
6767
- name: Extract DynamoRuntime
6868
run: |
@@ -82,4 +82,4 @@ jobs:
8282
with:
8383
name: TestResults
8484
path: ${{ github.workspace }}\DynamoSamples\TestResults
85-
retention-days: 1
85+
retention-days: 1

0 commit comments

Comments
 (0)