Update actions using deprecated Node.js #595
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Currently CI - if you look in the build details Summary - is emitting a bunch of deprecation warnings around actions and Node.js
This updates the actions to the latest versions.
Details and comments
I will mark this as stable backport - I think the workflows should backport ok as it has not been long since the last release and it would be better to have them updated as well.
Note: I have updated the actions in the other apps (Nature and ML, as well as Algorithms). I did this manually here for all the actions but intend to add a dependabot config to have it create PRs, when needed in the future for updates. It creates a PR for each action, which is the reason I went ahead and did all actions here as I found out that the upload and download needed to be done together for things to work (it errored finding the file if there was a version mismatch) so I ended up there doing a manual PR anyway to combine the upload and download hence I figured I would have to at least do that here so I may as well do the lot, add the dependabot config afterwards as a separate PR so the updating can have some automation for the future.