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