mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06:00
This topic integrates a patch that updates the `actions/checkout` and `actions/download-artifact` Actions to v5. The main aim is to keep the versions up to date; It does not change any behavior because the Git project does not use any self-hosted runners (where the only incompatible change of `actions/checkout` could potentially break: It increases the required node.js version), and neither does it use the feature of `actions/download-artifact` where it is possible to refer to the artifact by ID instead of name. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>