You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like github deprecated actions/updload-artifact@v3 and actions/download-artifact@v3 since v4 is available (see v3 deprecation notice). As a result, all of the CI is currently failing.
Fixing this may be as simple as switching the v3->v4 in the files .github/ci-*.yml, but there do seem to be some differences between v3 and v4 (v4 artifacts are not mutable, while v3 artifacts were). I haven't messed around much with the CI scripts before, so wanted to check in before attempting a fix.
The text was updated successfully, but these errors were encountered:
It looks like github deprecated
actions/updload-artifact@v3
andactions/download-artifact@v3
since v4 is available (see v3 deprecation notice). As a result, all of the CI is currently failing.Fixing this may be as simple as switching the
v3->v4
in the files.github/ci-*.yml
, but there do seem to be some differences between v3 and v4 (v4 artifacts are not mutable, while v3 artifacts were). I haven't messed around much with the CI scripts before, so wanted to check in before attempting a fix.The text was updated successfully, but these errors were encountered: