Skip to content

Commit 1c7e865

Browse files
committed
update upload-artifact
1 parent 8b6dbfe commit 1c7e865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
mkdir ./gh-release
122122
find . -name '${{ needs.meta.outputs.bin_name }}-*' -executable -type f -maxdepth 1 -print0 | xargs -0 -I {} tar --transform='flags=r;s|.*|${{ needs.meta.outputs.bin_name }}|' -czvf ./gh-release/{}.tar.gz {}
123123
- name: Upload binaries & packages
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: ${{ needs.meta.outputs.bin_name }} Binary Artifacts
127127
path: out/gh-release/*

0 commit comments

Comments
 (0)