From 6371c587436ac7f25fca6542224a2ec8ac55f72a Mon Sep 17 00:00:00 2001
From: Olivier BICHLER <olivier.bichler@cea.fr>
Date: Thu, 11 Apr 2024 18:07:27 +0200
Subject: [PATCH] Updated builds

---
 .gitlab/ci/build.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index 7d806c9..061f77d 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -165,7 +165,7 @@ build:ubuntu_python:
 #     - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force
 #     - Remove-Item .\build_cpp\ -Recurse
 #     # aidge_backend_cpu
-#     - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_cpp" -o build_artifacts.zip'
+#     - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_cpp" -o build_artifacts.zip'
 #     - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force
 #     - Remove-Item .\build_cpp\ -Recurse
 
@@ -205,7 +205,7 @@ build:ubuntu_python:
 #     - 'curl "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip'
 #     - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force
 #     # aidge_backend_cpu (Python)
-#     - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_python" -o build_artifacts.zip'
+#     - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip'
 #     - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force
 
 #     - python -m pip install virtualenv
-- 
GitLab