Merge pull request #100 from y574444354/feat/binary-archive
fix(workflow): correct download-artifact action SHA
This commit is contained in:
commit
96913f7ead
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