From 2f465e60473f95515d4ee3003bdaee22cdd144d1 Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Thu, 20 Jan 2022 12:37:33 -0800 Subject: [PATCH] Update packaging action name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0aefa68c2..be0985c26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -199,7 +199,7 @@ jobs: (cd dist && unzip "../terraform_${{ env.version }}_${{ env.os }}_${{ env.arch }}.zip") mkdir -p out - name: Build Linux distribution packages - uses: hashicorp/package@v1 + uses: hashicorp/actions-packaging-linux@v1 with: name: "terraform" description: "Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned."