mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-19 14:16:22 -04:00
chore(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 (#791)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9bc31d5ccc...7a1cd3216c)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/binary-releases.yml
vendored
4
.github/workflows/binary-releases.yml
vendored
@@ -165,7 +165,7 @@ jobs:
|
||||
fi
|
||||
- name: Download Python artifacts
|
||||
if: ${{ !startsWith(github.event.ref, 'refs/tags') }}
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: binary-artefacts
|
||||
path: openllm-python/dist
|
||||
@@ -245,7 +245,7 @@ jobs:
|
||||
- name: Install PyOxidizer ${{ env.PYOXIDIZER_VERSION }}
|
||||
run: pip install pyoxidizer==${{ env.PYOXIDIZER_VERSION }}
|
||||
- name: Download staged binaries
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: staged-${{ runner.os }}
|
||||
path: openllm-python/archives
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
bentoml-version: 'main'
|
||||
python-version-file: .python-version-default
|
||||
- name: Download coverage data
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: coverage-data
|
||||
- name: Combine coverage data
|
||||
|
||||
20
.github/workflows/compile-pypi.yml
vendored
20
.github/workflows/compile-pypi.yml
vendored
@@ -140,27 +140,27 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Python artifacts
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: python-artefacts
|
||||
path: dist
|
||||
# - name: Download Linux x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: linux-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS arm64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-arm64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS universal2 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-universal2-mypyc-wheels
|
||||
# path: dist
|
||||
@@ -176,27 +176,27 @@ jobs:
|
||||
needs: [pure-wheels-sdist]
|
||||
steps:
|
||||
- name: Download Python artifacts
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: python-artefacts
|
||||
path: dist
|
||||
# - name: Download Linux x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: linux-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS arm64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-arm64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS universal2 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-universal2-mypyc-wheels
|
||||
# path: dist
|
||||
|
||||
10
.github/workflows/create-releases.yml
vendored
10
.github/workflows/create-releases.yml
vendored
@@ -87,27 +87,27 @@ jobs:
|
||||
token: ${{ secrets.OPENLLM_PAT }}
|
||||
# NOTE: Keep this section in sync with compile-pypi.yml
|
||||
- name: Download Python artifacts
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: python-artefacts
|
||||
path: dist
|
||||
# - name: Download Linux x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: linux-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS arm64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-arm64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS universal2 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-universal2-mypyc-wheels
|
||||
# path: dist
|
||||
|
||||
16
.github/workflows/release-notes.yml
vendored
16
.github/workflows/release-notes.yml
vendored
@@ -35,43 +35,43 @@ jobs:
|
||||
- name: Create release notes
|
||||
run: ./.github/actions/create_release_and_archive.sh ${{ inputs.tags }}
|
||||
- name: Download Python artifacts
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: python-artefacts
|
||||
path: dist
|
||||
# - name: Download Linux x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: linux-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS x86_64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-x86_64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS arm64 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-arm64-mypyc-wheels
|
||||
# path: dist
|
||||
# - name: Download MacOS universal2 compiled artifacts
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: macos-universal2-mypyc-wheels
|
||||
# path: dist
|
||||
- name: Download binaries
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: standalone
|
||||
path: archives
|
||||
- name: Download standalone MacOS
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
with:
|
||||
name: staged-macOS
|
||||
path: archives
|
||||
# TODO: Uncomment me when I decided to bring back Windows support
|
||||
# - name: Download installers
|
||||
# uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
|
||||
# uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # ratchet:actions/download-artifact@v3
|
||||
# with:
|
||||
# name: installers
|
||||
# path: installers
|
||||
|
||||
Reference in New Issue
Block a user