diff --git a/.github/workflows/go-release-cross.yml b/.github/workflows/go-release-cross.yml index 10e7fac..60010e9 100644 --- a/.github/workflows/go-release-cross.yml +++ b/.github/workflows/go-release-cross.yml @@ -33,7 +33,7 @@ jobs: # make distPlatformTarAll - name: upload-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ inputs.upload_artifact_name != null }} with: name: ${{ inputs.upload_artifact_name }} diff --git a/.github/workflows/go-release-platform.yml b/.github/workflows/go-release-platform.yml index 2c898a0..fa40cfe 100644 --- a/.github/workflows/go-release-platform.yml +++ b/.github/workflows/go-release-platform.yml @@ -121,7 +121,7 @@ jobs: echo " archive sha256sum at: ${{ env.ASSET }}.sha256" - name: upload-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ inputs.upload_artifact_name != null }} with: name: ${{ inputs.upload_artifact_name }}-${{ inputs.version_name }}-${{ matrix.go_os }}-${{ matrix.go_arch }} diff --git a/.github/workflows/goreleaser-golang.yml b/.github/workflows/goreleaser-golang.yml index f81700b..8f02074 100644 --- a/.github/workflows/goreleaser-golang.yml +++ b/.github/workflows/goreleaser-golang.yml @@ -172,7 +172,7 @@ jobs: # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - name: upload-artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ inputs.upload_artifact_name != null || ! inputs.dry_run }} with: name: ${{ inputs.upload_artifact_name }}-${{ inputs.version_name }}-${{ github.run_id }}-${{ github.run_attempt }}