diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index cdaf268ca02b..6a68185989a4 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -530,7 +530,7 @@ jobs: cd build/cpp cpack - name: Upload the artifacts to the job - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: flight-sql-odbc-msi-installer path: build/cpp/Apache-Arrow-Flight-SQL-ODBC-*-win64.msi diff --git a/.github/workflows/package_linux.yml b/.github/workflows/package_linux.yml index b3f422746d88..b276946fe4fd 100644 --- a/.github/workflows/package_linux.yml +++ b/.github/workflows/package_linux.yml @@ -281,7 +281,7 @@ jobs: tar cvzf ${{ matrix.id }}.tar.gz ${DISTRIBUTION} dev/release/utils-generate-checksum.sh ${{ matrix.id }}.tar.gz - name: Upload the artifacts to the job - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.id }} path: ${{ matrix.id }}.tar.gz* diff --git a/.github/workflows/pr_review_trigger.yml b/.github/workflows/pr_review_trigger.yml index a4c740a15155..4dc8f4f7e628 100644 --- a/.github/workflows/pr_review_trigger.yml +++ b/.github/workflows/pr_review_trigger.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Upload PR review Payload" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: path: "${{ github.event_path }}" name: "pr_review_payload" diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index 38bccb1f4de7..950d19194599 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -118,7 +118,7 @@ jobs: if: always() - name: Save the test output if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-output-${{ matrix.ubuntu }}-${{ matrix.r }} path: r/check/arrow.Rcheck/tests/testthat.Rout* @@ -178,7 +178,7 @@ jobs: if: always() - name: Save the test output if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-output-bundled path: r/check/arrow.Rcheck/tests/testthat.Rout* @@ -241,7 +241,7 @@ jobs: # So that they're unique when multiple are downloaded in the next step shell: bash run: mv libarrow.zip libarrow-rtools${{ matrix.config.rtools }}-${{ matrix.config.arch }}.zip - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: libarrow-rtools${{ matrix.config.rtools }}-${{ matrix.config.arch }}.zip path: libarrow-rtools${{ matrix.config.rtools }}-${{ matrix.config.arch }}.zip diff --git a/.github/workflows/r_extra.yml b/.github/workflows/r_extra.yml index 74827250598c..9ac9aa6a4246 100644 --- a/.github/workflows/r_extra.yml +++ b/.github/workflows/r_extra.yml @@ -209,7 +209,7 @@ jobs: continue-on-error: true - name: Save the test output if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-output-{{ "${{ matrix.config.r_image }}" }} path: r/check/arrow.Rcheck/tests/testthat.Rout* diff --git a/.github/workflows/release_candidate.yml b/.github/workflows/release_candidate.yml index 57620831bc5c..cde9a1cc37eb 100644 --- a/.github/workflows/release_candidate.yml +++ b/.github/workflows/release_candidate.yml @@ -101,7 +101,7 @@ jobs: "${RELEASE_TARBALL}" fi - name: Upload Artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-candidate path: ${{ env.RELEASE_TARBALL }}*