Skip to content

Commit

Permalink
Upgrade several actions
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent 3b734de commit efc229a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cp appspec-deploy.yml appspec.yml
fi
- name: Save secret-populated code for a subsequent deploy step
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: codebase
path: .
Expand All @@ -61,11 +61,11 @@ jobs:
steps:
- run: echo "Deploy branch is ${{ needs.build.outputs.github_branch }}"
- name: Get the secret-populated code
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: codebase
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
Expand Down

0 comments on commit efc229a

Please sign in to comment.