We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d339b6d commit b61e28bCopy full SHA for b61e28b
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
}
63
- name: Get DynamoRuntime from s3
64
run: |
65
- 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
66
ls
67
- name: Extract DynamoRuntime
68
@@ -82,4 +82,4 @@ jobs:
82
with:
83
name: TestResults
84
path: ${{ github.workspace }}\DynamoSamples\TestResults
85
- retention-days: 1
+ retention-days: 1
0 commit comments