fix(releases): make sure to use correct hash

Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
paperspace
2024-05-27 15:59:09 +00:00
parent 1eea284810
commit e84cd815e4
2 changed files with 5 additions and 4 deletions

View File

@@ -88,9 +88,10 @@ jobs:
token: ${{ secrets.OPENLLM_PAT }}
# NOTE: Keep this section in sync with build-pypi.yml
- name: Download Python artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
with:
name: python-artefacts
pattern: python-artefacts-*
merge-multiple: true
path: dist
- name: Smoke test compiled artefacts
run: ls -R dist

View File

@@ -41,13 +41,13 @@ jobs:
merge-multiple: true
path: dist
- name: Download binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
with:
pattern: standalone-*
merge-multiple: true
path: archives
- name: Download standalone MacOS
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # ratchet:actions/download-artifact@v4
with:
pattern: staged-*
merge-multiple: true