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 3ae10ef commit 84db0f3Copy full SHA for 84db0f3
.github/workflows/upload-artifacts.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: install-aws-cli
37
uses: unfor19/install-aws-cli-action@v1
38
with:
39
- version: 2
+ version: "2.22.35"
40
- name: initialize-aws-cli
41
run: |
42
aws configure set aws_access_key_id ${{ secrets.CI_PUBLIC_HELM_S3_KEY_IDENTIFIER }}
0 commit comments