We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0c66b commit 10ee4c2Copy full SHA for 10ee4c2
.github/workflows/benchmark-machine.yml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 0
25
26
- name: Set up AWS CLI
27
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v4
28
with:
29
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
30
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
.github/workflows/benchmark-runtime-weights.yml
@@ -112,7 +112,7 @@ jobs:
112
docker pull litentry/litentry-parachain:runtime-benchmarks
113
114
115
116
117
118
0 commit comments