mirror of
https://github.com/hengyoush/kyanos.git
synced 2025-12-20 01:03:46 +08:00
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:
4
.github/workflows/release-test.yml
vendored
4
.github/workflows/release-test.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user