From 74c5c0d342c6371526c6508e99a93b9252a013b4 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:42:04 +0100 Subject: [PATCH] tmp: ignore artifact upload (#385) --- .github/workflows/ci_cd.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2207625..9b6ef85 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -461,10 +461,11 @@ jobs: name: Python-Installer-centos_stream9 path: installer - - uses: actions/download-artifact@v4 - with: - name: Python-Installer-fedora_latest - path: installer + # TODO: reactivate... + # - uses: actions/download-artifact@v4 + # with: + # name: Python-Installer-fedora_latest + # path: installer - name: Display structure of downloaded files run: ls -R