mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#1626)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... 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:
2
.github/workflows/node-release.yml
vendored
2
.github/workflows/node-release.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
working-directory: ./bindings/node
|
||||
run: yarn install
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
path: ./bindings/node/artifacts
|
||||
- name: Move artifacts
|
||||
|
2
.github/workflows/python-release.yml
vendored
2
.github/workflows/python-release.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
||||
python-version: "3.12"
|
||||
architecture: x64
|
||||
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
path: ./bindings/python/dist
|
||||
merge-multiple: true
|
||||
|
Reference in New Issue
Block a user