From 118b7aed49600b6322492cf8ceb7c89aa1d8b045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:48:19 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deps.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deps.yaml b/.github/workflows/deps.yaml index 9ed3ac9d..fe02b159 100644 --- a/.github/workflows/deps.yaml +++ b/.github/workflows/deps.yaml @@ -120,27 +120,27 @@ jobs: rm -f deps/linux_arm64/libduckdb.a rm -f deps/freebsd_amd64/libduckdb.a rm -f duckdb.h - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: duckdb_h path: . - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: darwin_amd64 path: deps/darwin_amd64 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: darwin_arm64 path: deps/darwin_arm64 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: linux_amd64 path: deps/linux_amd64 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: linux_arm64 path: deps/linux_arm64 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: freebsd_amd64 path: deps/freebsd_amd64