Skip to content

Commit 9802146

Browse files
chaitan94claude
andcommitted
Fix release workflow issues
- Update actions/upload-artifact and actions/download-artifact to v4 - Fix artifact naming to ensure uniqueness - Remove invalid GO_VERSION environment variable reference 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d22a006 commit 9802146

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
fi
5858
5959
- name: Upload Release Asset
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
62-
name: ${{ env.ASSET }}
62+
name: aws-sso-util-${{ matrix.goos }}-${{ matrix.goarch }}
6363
path: ${{ env.ASSET }}
6464

6565
release:
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Download all artifacts
74-
uses: actions/download-artifact@v3
74+
uses: actions/download-artifact@v4
7575
with:
7676
path: artifacts
7777

@@ -117,7 +117,7 @@ jobs:
117117
118118
## Checksums
119119
120-
All binaries are built with Go ${{ env.GO_VERSION }} and include checksums for verification.
120+
All binaries are built with Go 1.22 and include checksums for verification.
121121
files: |
122122
artifacts/**/*
123123
draft: false

0 commit comments

Comments
 (0)