From b4a38c4f6388255a5113887095eddf91d7b179be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:38:28 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/node-release.yml | 2 +- .github/workflows/python-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 51560b10e..9ddb54470 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -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 diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 508abe1e8..f57c2cc3e 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -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