Skip to content

Commit 0152246

Browse files
chore(deps): update actions/upload-artifact digest to ea165f8
1 parent 5cfffa4 commit 0152246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
file ./arm64/kyanos |grep aarch64 |grep 'statically linked'
4848
4949
- name: Store Releases
50-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
50+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5151
with:
5252
name: kyanos_v0.0.0-next_linux_amd64.tar.gz
5353
path: dist/kyanos_v0.0.0-next_linux_amd64.tar.gz
5454

5555
- name: Store Releases
56-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
56+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5757
with:
5858
name: kyanos_v0.0.0-next_linux_arm64.tar.gz
5959
path: dist/kyanos_v0.0.0-next_linux_arm64.tar.gz

0 commit comments

Comments
 (0)