We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f395f6c commit 6c3b900Copy full SHA for 6c3b900
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
96
# Auth for the S3 upload
97
- name: Configure AWS Credentials
98
- uses: aws-actions/configure-aws-credentials@v1-node16
+ uses: aws-actions/configure-aws-credentials@v4.0.2
99
with:
100
aws-access-key-id: ${{ secrets.LADING_RELEASE_BOT_ACCESS_KEY_ID }}
101
aws-secret-access-key: ${{ secrets.LADING_RELEASE_BOT_SECRET_ACCESS_KEY }}
0 commit comments