Merge pull request #203 from hengyoush/renovate/actions-upload-artifact-digest

chore(deps): update actions/upload-artifact digest to 6f51ac0
This commit is contained in:
烈香
2024-12-22 23:03:11 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -46,13 +46,13 @@ jobs:
file ./arm64/kyanos |grep aarch64 |grep 'statically linked'
- name: Store Releases
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: kyanos_v0.0.0-next_linux_arm64.tar.gz
path: dist/kyanos_v0.0.0-next_linux_arm64.tar.gz

View File

@@ -48,7 +48,7 @@ jobs:
# run: make test
- name: Store executable
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: kyanos
path: kyanos