From 7470ae9db140498f08aa03923891446a6452ee02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:52:23 +0000 Subject: [PATCH] ci(deps): Update actions/download-artifact action to v8 --- .github/workflows/cicd.yaml | 2 +- .github/workflows/env-destroy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index fed2a74..eb3ba47 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -239,7 +239,7 @@ jobs: if: always() steps: - name: Download job status artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: result-* path: results diff --git a/.github/workflows/env-destroy.yaml b/.github/workflows/env-destroy.yaml index f621a48..b677d1d 100644 --- a/.github/workflows/env-destroy.yaml +++ b/.github/workflows/env-destroy.yaml @@ -178,7 +178,7 @@ jobs: if: always() steps: - name: Download job status artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: result-* path: results