hpcflow / hpcflow-new

Mozilla Public License 2.0
0 stars 5 forks source link

Find a workaround for uploading artifacts from CentOS docker image before November #663

Open aplowman opened 5 months ago

aplowman commented 5 months ago

We can't use up{down}load-artifact@v4 within GHA jobs that use our CentOS docker image, because the they are not compatible with the old version of GLIBC in the image. However, the version 3 actions will be inaccessible at the end of November. So we will need some sort of workaround.

Related: https://github.com/actions/upload-artifact/issues/489