Skip to content

Commit

Permalink
tooling: updating the release job to use the v3 release action
Browse files Browse the repository at this point in the history
This is required since `actions/upload-artifact` has been updated to `v4`
  • Loading branch information
tombuildsstuff committed Jan 25, 2024
1 parent f9cd3d8 commit 102ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
terraform-provider-release:
name: 'Terraform Provider Release'
needs: [go-version, 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 }}'
Expand Down

0 comments on commit 102ea25

Please sign in to comment.