File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 asset_path : ${{ steps.create_dist.outputs.whl }}
110110 asset_name : ${{ steps.create_dist.outputs.whl_basename }}
111111 asset_content_type : application/x-wheel+zip
112- - uses : aws-actions/configure-aws-credentials@v1
112+ - uses : aws-actions/configure-aws-credentials@v4
113113 id : creds
114114 with :
115115 role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -142,15 +142,15 @@ jobs:
142142 with :
143143 name : docs
144144 path : docs/site/
145- - uses : aws-actions/configure-aws-credentials@v1
145+ - uses : aws-actions/configure-aws-credentials@v4
146146 id : creds
147147 with :
148148 role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
149149 aws-region : ${{ secrets.AWS_REGION }}
150150 - if : github.event_name == 'push' && github.ref == 'refs/heads/main'
151151 run : make sync-latest-docs-to-s3
152152 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
153- uses : aws-actions/configure-aws-credentials@v1
153+ uses : aws-actions/configure-aws-credentials@v4
154154 with :
155155 role-to-assume : ${{ secrets.DOCS_AWS_ROLE }}
156156 aws-region : us-east-1
You can’t perform that action at this time.
0 commit comments