diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff7405b..409306c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: npx ng build reactome --configuration production --base-href /${{ steps.version.outputs.version }}/website/ - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ vars.AWS_ROLE }} aws-region: us-east-1