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:
林凯90331 2026-05-15 10:25:04 +08:00
parent 332469c4e9
commit a7bc970ece

View File

@ -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-*