From c4060ea97e7b2d0b5b32563af71f1719a16feedf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:46:52 +0000 Subject: [PATCH] ci(deps): Update actions/upload-artifact action to v7 --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ec4f831..c35dea5 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -123,7 +123,7 @@ jobs: working-directory: tf - run: tofu plan -out plan.tfplan working-directory: tf - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # Only produces artifacts when running on push or manually if: github.event_name != 'pull_request' with: @@ -164,7 +164,7 @@ jobs: # Check previous step outcomes (only if the step has an id) run: | if [[ ${{ contains(steps.*.outcome, 'failure') }} == "true" ]]; then exit 1; else exit 0; fi - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # Only produces artifacts when running on push or manually if: github.event_name != 'pull_request' with: