From c0b3ba39ad8a96958d15755fa80119381cff6e4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:33:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to ea165f8 --- .github/workflows/release-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 6634fe72..272246b9 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -47,13 +47,13 @@ jobs: file ./arm64/kyanos |grep aarch64 |grep 'statically linked' - name: Store Releases - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: kyanos_v0.0.0-next_linux_amd64.tar.gz path: dist/kyanos_v0.0.0-next_linux_amd64.tar.gz - name: Store Releases - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: kyanos_v0.0.0-next_linux_arm64.tar.gz path: dist/kyanos_v0.0.0-next_linux_arm64.tar.gz