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:
109
109
asset_path : ${{ steps.create_dist.outputs.whl }}
110
110
asset_name : ${{ steps.create_dist.outputs.whl_basename }}
111
111
asset_content_type : application/x-wheel+zip
112
- - uses : aws-actions/configure-aws-credentials@v1
112
+ - uses : aws-actions/configure-aws-credentials@v4
113
113
id : creds
114
114
with :
115
115
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -142,15 +142,15 @@ jobs:
142
142
with :
143
143
name : docs
144
144
path : docs/site/
145
- - uses : aws-actions/configure-aws-credentials@v1
145
+ - uses : aws-actions/configure-aws-credentials@v4
146
146
id : creds
147
147
with :
148
148
role-to-assume : ${{ secrets.AWS_ROLE_TO_ASSUME }}
149
149
aws-region : ${{ secrets.AWS_REGION }}
150
150
- if : github.event_name == 'push' && github.ref == 'refs/heads/main'
151
151
run : make sync-latest-docs-to-s3
152
152
- 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
154
154
with :
155
155
role-to-assume : ${{ secrets.DOCS_AWS_ROLE }}
156
156
aws-region : us-east-1
You can’t perform that action at this time.
0 commit comments