diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 22bced474..f3c85f634 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -93,7 +93,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v5 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -130,7 +130,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }}-canary - name: Release - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser-pro args: publish --merge diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4cc098f7..29c0d8353 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: with: path: dist/darwin key: darwin-${{ env.sha_short }} - - uses: goreleaser/goreleaser-action@v4 + - uses: goreleaser/goreleaser-action@v5 if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit name: Run GoReleaser with: @@ -130,7 +130,7 @@ jobs: path: dist/darwin key: darwin-${{ env.sha_short }} - name: Release - uses: goreleaser/goreleaser-action@v4 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser-pro args: continue --merge