obsproject / obs-plugintemplate

GNU General Public License v2.0
285 stars 133 forks source link

CI: Update first-party GitHub Actions from v3 to v4 #114

Closed RytoEX closed 7 months ago

RytoEX commented 7 months ago

Description

GitHub Actions has deprecated Actions based on node16. The v4 actions are based on node20. Replace first-party v3 actions with their v4 counterparts.

See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Motivation and Context

Want to prevent deprecation warnings on CI. Want to avoid CI failing when the node16 actions are disabled.

How Has This Been Tested?

CI will test.

Types of changes

Checklist: