Skip to content

Commit 5142c7e

Browse files
ci(deps): Update actions/upload-artifact action to v7 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82fc39b commit 5142c7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
working-directory: tf
124124
- run: tofu plan -out plan.tfplan
125125
working-directory: tf
126-
- uses: actions/upload-artifact@v6
126+
- uses: actions/upload-artifact@v7
127127
# Only produces artifacts when running on push or manually
128128
if: github.event_name != 'pull_request'
129129
with:
@@ -164,7 +164,7 @@ jobs:
164164
# Check previous step outcomes (only if the step has an id)
165165
run: |
166166
if [[ ${{ contains(steps.*.outcome, 'failure') }} == "true" ]]; then exit 1; else exit 0; fi
167-
- uses: actions/upload-artifact@v6
167+
- uses: actions/upload-artifact@v7
168168
# Only produces artifacts when running on push or manually
169169
if: github.event_name != 'pull_request'
170170
with:

0 commit comments

Comments
 (0)