Closed tancnle closed 10 months ago
It seems that the build is failing due to artefacts not being found. I think it is due to some compatibility issue between upload-artifact@v2 and download-artifact@v4. 🤔
upload-artifact@v2
download-artifact@v4
In this PR, I have reinstated upload-artifact@v4 and ensured there are no naming conflicts (following the https://github.com/actions/upload-artifact/issues/478#issuecomment-1918746908 from upload-artifact repo). The artefact links are shown up in the log (source).
upload-artifact@v4
upload-artifact
It seems that the build is failing due to artefacts not being found. I think it is due to some compatibility issue between
upload-artifact@v2
anddownload-artifact@v4
. 🤔In this PR, I have reinstated
upload-artifact@v4
and ensured there are no naming conflicts (following the https://github.com/actions/upload-artifact/issues/478#issuecomment-1918746908 fromupload-artifact
repo). The artefact links are shown up in the log (source).