From ff6cd7c0170f298f0b8b5d99e084ae89223075c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:24:40 +0000 Subject: [PATCH] MINOR: [CI] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp_extra.yml | 4 ++-- .github/workflows/r.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index cdaf268ca02b..8fb3601f8995 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -578,7 +578,7 @@ jobs: if: github.event_name == 'schedule' && github.repository == 'apache/arrow' steps: - name: Download the artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: flight-sql-odbc-msi-installer - name: Prepare ODBC installer for sync @@ -632,7 +632,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Download the artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: flight-sql-odbc-msi-installer - name: Wait for creating GitHub Release diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 38bccb1f4de7..602e80deb75c 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -279,7 +279,7 @@ jobs: echo "$HOME/.local/bin" >> $GITHUB_PATH - run: mkdir r/windows - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: libarrow-rtools40-ucrt64.zip path: r/windows