diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index c8bc33b..0b10f12 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -469,11 +469,10 @@ jobs: name: Python-Installer-centos_stream9 path: installer - # TODO: reactivate... - # - uses: actions/download-artifact@v4 - # with: - # name: Python-Installer-fedora_latest - # path: installer + - uses: actions/download-artifact@v4 + with: + name: Python-Installer-fedora_latest + path: installer - name: Display structure of downloaded files run: ls -R