We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62014d commit 3a56dcbCopy full SHA for 3a56dcb
.github/workflows/fix.yml
@@ -153,7 +153,7 @@ jobs:
153
with:
154
path: base
155
- name: Download YAML configs
156
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
157
158
path: artifacts
159
- name: Copy YAML configs
.github/workflows/plan.yml
@@ -130,7 +130,7 @@ jobs:
130
run: terraform init
131
working-directory: terraform
132
- name: Download terraform plans
133
134
135
path: terraform
136
- name: Show terraform plans
0 commit comments