Skip to content

Commit 1094252

Browse files
committed
update workflow for publish
1 parent 9c34949 commit 1094252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
# Install AWS CLI
6464
- name: Install AWS CLI
6565
run: |
66-
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
67-
unzip awscliv2.zip
66+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv3.zip"
67+
unzip awscliv3.zip
6868
sudo ./aws/install --update
6969
aws --version # Verify installation
7070
7171
# Configure AWS credentials
7272
- name: Configure AWS Credentials
73-
uses: aws-actions/configure-aws-credentials@v2
73+
uses: aws-actions/configure-aws-credentials@v3
7474
with:
7575
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7676
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)