From 071a60a7e3e8b41163e9b58e005030e60db3b5ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:04:55 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 8448086 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cdktf-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cdktf-cicd.yml b/.github/workflows/cdktf-cicd.yml index b368e6651..2dfd92e02 100644 --- a/.github/workflows/cdktf-cicd.yml +++ b/.github/workflows/cdktf-cicd.yml @@ -111,7 +111,7 @@ jobs: env: TERRAFORM_CLOUD_TOKEN: ${{ steps.fetch-terraform-cloud-token.outputs.TERRAFORM_CLOUD_TOKEN }} - name: Store generated CDKTF - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4 # Only store the CDKTF output if the Terraform CDK step ran if: steps.terraform-cdk.outcome != 'skipped' && steps.terraform-cdk.outcome != 'cancelled' with: