We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fc39b commit 5142c7eCopy full SHA for 5142c7e
1 file changed
.github/workflows/cicd.yaml
@@ -123,7 +123,7 @@ jobs:
123
working-directory: tf
124
- run: tofu plan -out plan.tfplan
125
126
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
127
# Only produces artifacts when running on push or manually
128
if: github.event_name != 'pull_request'
129
with:
@@ -164,7 +164,7 @@ jobs:
164
# Check previous step outcomes (only if the step has an id)
165
run: |
166
if [[ ${{ contains(steps.*.outcome, 'failure') }} == "true" ]]; then exit 1; else exit 0; fi
167
168
169
170
0 commit comments