StanfordBDHG / .github

Collection of default community health files, GitHub Action workflows, templates
https://biodesigndigitalhealth.stanford.edu
3 stars 2 forks source link

Upgrade to new efficient artifact actions + mac code sign identity #52

Closed Supereg closed 8 months ago

Supereg commented 8 months ago

Upgrade to new efficient artifact actions + mac code sign identity

:recycle: Current situation & Problem

This PR upgrades the actions to the new v4 version of the upload- and download-artifact actions. This results in a dramatic speed increase when uploading and download artifacts. The workflow files from this PR were tested within this action run. You can compare timings to the previous run. Comparing these two examples, the coverage download takes 1s instead of 24s. Uploading takes 1s instead of 8s (for a successful run with this example project).

:gear: Release Notes

:books: Documentation

--

:white_check_mark: Testing

These changes were tested in the above linked action runs.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

PSchmiedmayer commented 8 months ago

Thank you @Supereg!