From d1dd490fd9ec754efa5626cf82a6f6a4f95ba29e Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko Date: Tue, 5 Dec 2023 15:04:44 +0100 Subject: [PATCH] Store CircleCI artifacts in separate directory --- .gitlab/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/benchmarks.yml b/.gitlab/benchmarks.yml index 66043b275f..66d23ead5d 100644 --- a/.gitlab/benchmarks.yml +++ b/.gitlab/benchmarks.yml @@ -57,7 +57,7 @@ download_circle_ci_release: name: "artifacts" when: always paths: - - platform/artifacts/ + - circleci/artifacts/ expire_in: 3 months allow_failure: true