y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

gh-actions: Update to latest versions of all actions; Reduce artifact retention period. #45

Closed kirkrodrigues closed 3 weeks ago

kirkrodrigues commented 3 weeks ago

Description

The version of the upload-artifact action that we're using in this repo's workflows is incompatible with the version of the download-artifact action we're using, meaning that the package build is failing since it can't download the macOS library. In addition, several actions are configured to use deprecated versions.

This PR:

Validation performed

Validated workflows passed without deprecation warnings.

davemarco commented 3 weeks ago

checked that actions ran successfully. Seems reasonable to reduce retention time. Did not verify that corresponding release job ran succesfully