File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,13 @@ jobs:
107107 run : node lib/actions/fix-yaml-config.js
108108 working-directory : scripts
109109 - name : Upload YAML config
110- uses : actions/upload-artifact@v3
110+ uses : actions/upload-artifact@v4
111111 with :
112112 name : ${{ env.TF_WORKSPACE }}.yml
113113 path : github/${{ env.TF_WORKSPACE }}.yml
114114 if-no-files-found : error
115115 retention-days : 1
116+ overwrite : true
116117 push :
117118 needs : [prepare, fix]
118119 permissions :
Original file line number Diff line number Diff line change @@ -90,12 +90,13 @@ jobs:
9090 run : terraform plan -refresh=false -lock=false -out="${TF_WORKSPACE}.tfplan" -no-color
9191 working-directory : terraform
9292 - name : Upload terraform plan
93- uses : actions/upload-artifact@v3
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : ${{ env.TF_WORKSPACE }}_${{ github.event.pull_request.head.sha || github.sha }}.tfplan
9696 path : terraform/${{ env.TF_WORKSPACE }}.tfplan
9797 if-no-files-found : error
9898 retention-days : 90
99+ overwrite : true
99100 comment :
100101 needs : [prepare, plan]
101102 if : github.event_name == 'pull_request_target'
Original file line number Diff line number Diff line change @@ -2268,6 +2268,12 @@ repositories:
22682268 secret_scanning : true
22692269 squash_merge_commit_message : COMMIT_MESSAGES
22702270 squash_merge_commit_title : COMMIT_OR_PR_TITLE
2271+ teams :
2272+ admin :
2273+ - admin
2274+ push :
2275+ - ci
2276+ - contributors
22712277 visibility : public
22722278 vulnerability_alerts : true
22732279teams :
You can’t perform that action at this time.
0 commit comments