Skip to content

Commit 8cb5ff0

Browse files
committed
chore: update upload and download artifacts actions to v4
1 parent 415b5a9 commit 8cb5ff0

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/plan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)