File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 run : node lib/actions/fix-yaml-config.js
109109 working-directory : scripts
110110 - name : Upload YAML config
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : ${{ env.TF_WORKSPACE }}.yml
114114 path : github/${{ env.TF_WORKSPACE }}.yml
@@ -152,7 +152,7 @@ jobs:
152152 with :
153153 path : base
154154 - name : Download YAML configs
155- uses : actions/download-artifact@v3
155+ uses : actions/download-artifact@v4
156156 with :
157157 path : artifacts
158158 - name : Copy YAML configs
Original file line number Diff line number Diff line change 9393 terraform plan -refresh=false -lock=false -out="${TF_WORKSPACE}.tfplan" -no-color
9494 working-directory : terraform
9595 - name : Upload terraform plan
96- uses : actions/upload-artifact@v3
96+ uses : actions/upload-artifact@v4
9797 with :
9898 name : ${{ env.TF_WORKSPACE }}_${{ github.event.pull_request.head.sha || github.sha }}.tfplan
9999 path : terraform/${{ env.TF_WORKSPACE }}.tfplan
@@ -130,7 +130,7 @@ jobs:
130130 run : terraform init
131131 working-directory : terraform
132132 - name : Download terraform plans
133- uses : actions/download-artifact@v3
133+ uses : actions/download-artifact@v4
134134 with :
135135 path : terraform
136136 - name : Show terraform plans
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343- workflows: not to use deprecated GitHub Actions expressions anymore
4444- tf: to prevent destroy of membership and repository resources
4545- apply: find sha for plan using proper credentials
46+ - updated upload and download artifacts actions to v4
4647
4748### Fixed
4849- links to supported resources in HOWTOs
You can’t perform that action at this time.
0 commit comments