Skip to content

Commit 91d7806

Browse files
authored
Merge pull request #3340 from embik/goreleaser-update
[release-0.26] 🐛 Use normal upload-artifact action
2 parents 0f1790a + da44d33 commit 91d7806

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-retry-action@v0.1.7
50+
- uses: actions/upload-artifact@v4
5151
if: ${{ always() }}
5252
with:
5353
name: binaries

0 commit comments

Comments
 (0)