This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 18096beb53 MINOR: [R][CI][Release] Update r-binary-packages artifacts
pattern (#49863)
18096beb53 is described below
commit 18096beb53430b7f89998bf203d4b2e8a5102dcc
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Apr 27 21:02:23 2026 -0700
MINOR: [R][CI][Release] Update r-binary-packages artifacts pattern (#49863)
### Rationale for this change
The r-binary-packages job is failing
https://github.com/ursacomputing/crossbow/actions/runs/24952559049/job/73067211103
due to the R 4.6 release and these artifact paths now being out of date. R
4.6 isn't fully released (not out on arm64 mac yet) so we'll need a follow-up
PR once it is.
### What changes are included in this PR?
- Updates the artifact paths so they match and the job runs successfully.
### Are these changes tested?
Yes, separately in https://github.com/apache/arrow/pull/49859.
### Are there any user-facing changes?
No.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Bryce Mecum <[email protected]>
---
dev/tasks/tasks.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 5cbb7121f1..32c6245fec 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -245,11 +245,12 @@ tasks:
- r-libarrow-darwin-arm64-{no_rc_r_version}\.zip
- r-libarrow-darwin-x86_64-{no_rc_r_version}\.zip
- r-pkg__bin__windows__contrib__4.5__arrow_{no_rc_r_version}\.zip
- - r-pkg__bin__windows__contrib__4.4__arrow_{no_rc_r_version}\.zip
+ - r-pkg__bin__windows__contrib__4.6__arrow_{no_rc_r_version}\.zip
-
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.5__arrow_{no_rc_r_version}\.tgz
- -
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.4__arrow_{no_rc_r_version}\.tgz
+ -
r-pkg__bin__macosx__big-sur-x86_64__contrib__4.6__arrow_{no_rc_r_version}\.tgz
-
r-pkg__bin__macosx__big-sur-arm64__contrib__4.5__arrow_{no_rc_r_version}\.tgz
- -
r-pkg__bin__macosx__big-sur-arm64__contrib__4.4__arrow_{no_rc_r_version}\.tgz
+ # TODO: Uncomment once setup-r resolves release to 4.6
+ #
-r-pkg__bin__macosx__sonoma-arm64__contrib__4.6__arrow_{no_rc_r_version}\.tgz
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz
{% for which in ["strong", "most"] %}