Skip to content

Commit

Permalink
Merge pull request #4 from zeek/dependabot/github_actions/aws-actions…
Browse files Browse the repository at this point in the history
…/configure-aws-credentials-4
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
2 parents 156a6a6 + a4c39c5 commit ba0d8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.STATIC_ZEEK_ORG_AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.STATIC_ZEEK_ORG_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit ba0d8b1

Please sign in to comment.