GaloisInc / saw-script

The SAW scripting language.
BSD 3-Clause "New" or "Revised" License
442 stars 63 forks source link

CI fails due to `upload-artifact@v2` deprecation #2117

Closed RyanGlScott closed 2 months ago

RyanGlScott commented 2 months ago

All CI builds are currently failing with the following error (example):

Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

And indeed, the that blog post mentions that using v2 of actions/upload-artifact is now a hard error. We should upgrade to v4 (the latest version as of the time of writing).