fix(workflow): correct download-artifact action SHA
Use the proper commit SHA for actions/download-artifact@v4. The previous SHA belonged to actions/upload-artifact, causing resolution failure. Co-authored-by: CoStrict <zgsm@sangfor.com.cn>
This commit is contained in:
parent
332469c4e9
commit
a7bc970ece
2
.github/workflows/publish-binary.yml
vendored
2
.github/workflows/publish-binary.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: needs.resolve.outputs.is_tag == 'true'
|
||||
steps:
|
||||
- uses: actions/download-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
||||
with:
|
||||
path: release
|
||||
pattern: csc-*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user