Use Node20 compatible actions

This commit is contained in:
daz 2024-01-24 15:58:54 -07:00
parent b61360999f
commit 16ad71d983
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -14,8 +14,7 @@ runs:
npm install
npm run build
- name: Upload distribution
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

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/