From 401063a6b1bed3a98e364007ad46ec0950b2110d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:36:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows 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] --- .github/workflows/LinuxRelease.yml | 2 +- .github/workflows/Python.yml | 2 +- .github/workflows/Wasm.yml | 2 +- .github/workflows/Windows.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/LinuxRelease.yml b/.github/workflows/LinuxRelease.yml index 354a452e8e14..7fafbf591081 100644 --- a/.github/workflows/LinuxRelease.yml +++ b/.github/workflows/LinuxRelease.yml @@ -329,7 +329,7 @@ jobs: run: | make - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: linux-extensions-64 path: build/release/repository diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index cb71a29a4ef5..321cd62565ae 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -233,7 +233,7 @@ jobs: pip install 'cibuildwheel>=2.16.2' build python -m pip install numpy --config-settings=setup-args="-Dallow-noblas=true" - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 if: ${{ matrix.arch == 'x86_64' }} with: name: manylinux-extensions-x64 diff --git a/.github/workflows/Wasm.yml b/.github/workflows/Wasm.yml index 27f5fc9b7857..6d3c91a8e765 100644 --- a/.github/workflows/Wasm.yml +++ b/.github/workflows/Wasm.yml @@ -102,7 +102,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: duckdb_extensions_${{ matrix.duckdb_arch }} path: build/to_be_deployed/${{ inputs.duckdb_ref }}/${{ matrix.duckdb_arch }} diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 009b815b319e..acba1ef7266a 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -295,11 +295,11 @@ jobs: - win-release-64 - win-release-arm64 steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: duckdb-binaries-windows-arm64 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v4.1.7 with: name: duckdb-binaries-windows-amd64