Skip to content

Commit da44d33

Browse files
committed
[release-0.26] Use normal upload-artifact action
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent 0f1790a commit da44d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
KREW_GITHUB_TOKEN: ${{ secrets.KREW_GITHUB_TOKEN }}
50-
- uses: cytopia/upload-artifact[email protected]
50+
- uses: actions/upload-artifact@v4
5151
if: ${{ always() }}
5252
with:
5353
name: binaries

0 commit comments

Comments
 (0)