diff --git a/.github/workflows/aws-auth-example.yml b/.github/workflows/aws-auth-example.yml index e12b250..3bc6996 100644 --- a/.github/workflows/aws-auth-example.yml +++ b/.github/workflows/aws-auth-example.yml @@ -30,7 +30,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-606-role aws-region: eu-central-1