We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ef53 commit 8d729f5Copy full SHA for 8d729f5
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
path: ${{ env.DIST_DIR }}
86
87
- name: configure aws credentials
88
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@v5
89
with:
90
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
91
role-session-name: "github_${{ env.PROJECT_NAME }}"
.github/workflows/release-go-task.yml
@@ -239,7 +239,7 @@ jobs:
239
artifacts: ${{ env.DIST_DIR }}/*
240
241
242
243
244
245
0 commit comments