diff --git a/.github/workflows/goreleaser-ci.yml b/.github/workflows/goreleaser-ci.yml index 8c1878962ad8..d58bf3caf783 100644 --- a/.github/workflows/goreleaser-ci.yml +++ b/.github/workflows/goreleaser-ci.yml @@ -49,7 +49,7 @@ jobs: path: ~/go/pkg/mod key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} - name: goreleaser check - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 with: args: check @@ -69,6 +69,6 @@ jobs: path: ~/go/pkg/mod key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} - name: goreleaser build - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 with: args: build --config .github/goreleaser-cross-compiler-test.yml --id 32-bit-arch --snapshot diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index d81166e04474..d3e4bdc46e05 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -20,7 +20,7 @@ jobs: path: ~/go/pkg/mod key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} - name: goreleaser release - uses: goreleaser/goreleaser-action@v3 + uses: goreleaser/goreleaser-action@v4 with: args: release --rm-dist --skip-sign --snapshot --timeout 2h - name: artifact naming