qml icon indicating copy to clipboard operation
qml copied to clipboard

Update actions using old Node version

Open doctorperceptron opened this issue 1 year ago • 2 comments

Many of our old actions use Node 16, which is deprecated in GitHub Actions. Bumping:

  • actions/checkout to v4
  • actions/setup-python to v5
  • actions/changed-files to v44
  • actions/cache to v3.2.2 (latest)

I have not bumped actions/upload-artifact or actions/download-artifact as v4 has breaking API changes and I will definitely mess that up.

doctorperceptron avatar May 16 '24 19:05 doctorperceptron