diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index b4d820cc85..0498edf7fb 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -83,7 +83,7 @@ jobs: - name: Build binaries uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: - version: latest + version: v2.12.3 # renovate: datasource=github-releases depName=goreleaser/goreleaser, args: build --snapshot --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}