Update to latest version of all github actions

This commit is contained in:
Daz DeBoer 2022-06-04 09:26:11 -06:00
parent f375a232f2
commit 9ab4abd18c
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
20 changed files with 63 additions and 63 deletions

View file

@ -9,7 +9,7 @@ runs:
npm install
npm run all
- name: Upload distribution
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
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@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist/