diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 1e2751d03..88e0e2b7a 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -50,7 +50,7 @@ jobs: # Configure AWS credentials - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::358426185766:role/cli aws-region: eu-central-1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13e02e558..f7e12c4b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: ${{ vars.KOSLI_CLI_VERSION }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ inputs.AWS_ACCOUNT_ID }}:role/cli aws-region: ${{ inputs.AWS_REGION }} diff --git a/.github/workflows/upload-cli-layer.yml b/.github/workflows/upload-cli-layer.yml index eea846ba8..195bafc54 100644 --- a/.github/workflows/upload-cli-layer.yml +++ b/.github/workflows/upload-cli-layer.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::${{ inputs.AWS_ACCOUNT_ID }}:role/cli aws-region: ${{ inputs.AWS_REGION }}