Remove node warnings from workflows

- Use setup-node to control Node version used to build
- Use Node20 compatible actions in custom actions
This commit is contained in:
daz 2024-01-24 15:50:37 -07:00
parent f1361c71c2
commit 75b3db10df
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

View file

@ -6,7 +6,7 @@ runs:
steps:
- name: Download dist
if: ${{ env.DOWNLOAD_DIST == 'true' }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/