InsightSoftwareConsortium / ITKDoxygen

ITK Doxygen nightly built with GitHub Actions and published to GitHub Pages
https://insightsoftwareconsortium.github.io/ITKDoxygen/
0 stars 3 forks source link

ENH: Upgrade GitHub actions to `checkout@v3` and `upload-artifact@v3` #7

Closed jhlegarreta closed 11 months ago

jhlegarreta commented 11 months ago

Fix doxygen workflow action warnings linked to Node.js: bump actions/checkout to v3 and actions/upload-artifact to v3.

Fixes:

doxygen
The following actions uses node12 which is deprecated and will be forced to run on node16:
actions/checkout@v2, actions/upload-artifact@v2.
For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

raised for example in: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/5720889621

blowekamp commented 11 months ago

Looks good. Thanks!

jhlegarreta commented 11 months ago

The warning is gone: https://github.com/InsightSoftwareConsortium/ITKDoxygen/actions/runs/5738520775