hpcflow / hpcflow-new

Mozilla Public License 2.0
0 stars 5 forks source link

Various deprecation warnings in GHA workflows #659

Closed aplowman closed 5 months ago

aplowman commented 5 months ago

Eg..: https://github.com/hpcflow/hpcflow-new/actions/runs/8867076289

Need to update: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3

aplowman commented 5 months ago

Updated actions in PR #660 . However, I will have to revert updates in the CentOS (docker image) actions, because the updated node version in the updated action versions is incompatible with the version of GLIBC included in the docker image, as raised here: https://github.com/actions/checkout/issues/1590.

aplowman commented 5 months ago

Also need to update: actions/upload-artifact@v3, actions/download-artifact@v3, softprops/action-gh-release@v1

aplowman commented 5 months ago

Fixed for now, but see: #663.