From 877f9a795bc035586f7a3cba93bbca539dc86918 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Thu, 25 Jan 2024 10:18:38 +0100 Subject: [PATCH] tooling: updating the release job to use the v3 release action This is required since `actions/upload-artifact` has been updated to `v4` --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 35f25653ed..001532b734 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: terraform-provider-release: name: 'Terraform Provider Release' needs: release-notes - uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@v2 + uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@9b5d2ca4b85f3a54d5c4d12e7690ddad1526ff6c # v3.0.1 secrets: hc-releases-github-token: '${{ secrets.HASHI_RELEASES_GITHUB_TOKEN }}' hc-releases-host-staging: '${{ secrets.HC_RELEASES_HOST_STAGING }}'