actions/upload-artifact v3

pull/175/head
Varun Patil 2022-11-06 00:05:28 -07:00
parent d940aa573e
commit db7695476c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
make build-js-production
zip -r vue.zip js/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: vue.zip
path: vue.zip