Skip to content

Commit 812cb2a

Browse files
pitrouakravchukdremio
authored andcommitted
DX-113970 Upgrade download-artifact action from v3 to v4
Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
1 parent 2c3b92f commit 812cb2a

6 files changed

Lines changed: 7 additions & 7 deletions

dev/tasks/r/github.linux.arrow.version.back.compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cp arrow/r/extra-tests/helper*.R extra-tests/
109109
cp arrow/r/extra-tests/test-*.R extra-tests/
110110
- name: Download artifacts
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v4
112112
with:
113113
name: files
114114
path: extra-tests/files

dev/tasks/r/github.linux.cran.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
if: always()
5959
uses: actions/upload-artifact@v4
6060
with:
61-
name: test-output
61+
name: test-output-{{ "${{ matrix.r_image }}" }}
6262
path: arrow/r/check/arrow.Rcheck/tests/testthat.Rout*

dev/tasks/r/github.linux.offline.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: r-lib/actions/setup-r@v2
6262
- name: Download artifacts
63-
uses: actions/download-artifact@v2
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: thirdparty_deps
6666
path: arrow/r/

dev/tasks/r/github.linux.versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
if: always()
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: test-output
60+
name: test-output-{{ "${{ matrix.r_version }}" }}
6161
path: arrow/r/check/arrow.Rcheck/tests/testthat.Rout*

dev/tasks/r/github.macos-linux.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
- name: Save the test output
100100
uses: actions/upload-artifact@v4
101101
with:
102-
name: test-output
102+
name: test-output-{{ "${{ matrix.os }}" }}
103103
path: arrow-tests/testthat.Rout*
104104
if: always()

dev/tasks/r/github.packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
runs-on: ubuntu-latest
352352
container: "rstudio/r-base:4.2-centos7"
353353
steps:
354-
- uses: actions/download-artifact@v3
354+
- uses: actions/download-artifact@v4
355355
with:
356356
name: r-pkg_centos7
357357
- name: Install DTS Package
@@ -433,7 +433,7 @@ jobs:
433433
steps:
434434
{{ macros.github_checkout_arrow()|indent }}
435435
- name: Download Artifacts
436-
uses: actions/download-artifact@v3
436+
uses: actions/download-artifact@v4
437437
with:
438438
path: artifacts
439439
- name: Install R

0 commit comments

Comments
 (0)