oras-project / oras

OCI registry client - managing content like artifacts, images, packages
https://oras.land
Apache License 2.0
1.33k stars 161 forks source link

build(actions): update github actions for Node 20 #1287

Closed TerryHowe closed 3 months ago

TerryHowe commented 3 months ago

What this PR does / why we need it:

Node 16 is deprecated and the v3 actions use it. These actions are available with a Node 20 runner with v4.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.49%. Comparing base (ec23755) to head (54cbb39).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1287 +/- ## ========================================== + Coverage 81.99% 84.49% +2.49% ========================================== Files 83 83 Lines 4005 3276 -729 ========================================== - Hits 3284 2768 -516 + Misses 498 285 -213 Partials 223 223 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

qweeah commented 3 months ago

@TerryHowe Can you help make the PR title complaint to conventional commits? E.g. for this PR it can be build(actions): update to Node 20