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:
dependabot[bot]
2024-09-30 16:38:28 +02:00
committed by GitHub
parent 14a07b06e4
commit b4a38c4f63
2 changed files with 2 additions and 2 deletions

View File

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

View File

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