Skip to content

Commit 73e4fbc

Browse files
authored
get Java artifacts from GitHub Actions artifact store (#893)
Follow-up to #834 Contributes to rapidsai/build-infra#237 Uses GitHub Actions artifact store, instead of `downloads.rapids.ai`, to download `libcuvs` conda artifacts in CI. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #893
1 parent f7573fe commit 73e4fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build_java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
. /opt/conda/etc/profile.d/conda.sh
1515

1616
rapids-logger "Downloading artifacts from previous jobs"
17-
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
17+
CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
1818

1919
rapids-logger "Generate Java testing dependencies"
2020

0 commit comments

Comments
 (0)