Skip to content

Commit 84db0f3

Browse files
authored
Fix AWS CLI <-> S3 compatibility (#290)
1 parent 3ae10ef commit 84db0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: install-aws-cli
3737
uses: unfor19/install-aws-cli-action@v1
3838
with:
39-
version: 2
39+
version: "2.22.35"
4040
- name: initialize-aws-cli
4141
run: |
4242
aws configure set aws_access_key_id ${{ secrets.CI_PUBLIC_HELM_S3_KEY_IDENTIFIER }}

0 commit comments

Comments
 (0)