GitHub will soon drop support for Actions based on Node 20.
These actions need to be updated to use Node 24:
actions/cache@v4 -> @v5
actions/checkout@v4 -> @v6
actions/upload-artifact@v4 -> @v7
game-ci/unity-builder@4.3.1 -> @v5.0.0
game-ci/unity-test-runner@v4.3.1 -> n/a
As of writing this issue, the PR updating unity-test-runner to Node 24 is still pending.
GitHub will soon drop support for Actions based on Node 20.
These actions need to be updated to use Node 24:
actions/cache@v4->@v5actions/checkout@v4->@v6actions/upload-artifact@v4->@v7game-ci/unity-builder@4.3.1->@v5.0.0game-ci/unity-test-runner@v4.3.1->n/aAs of writing this issue, the PR updating
unity-test-runnerto Node 24 is still pending.