chore: use artifact@v3
This commit is contained in:
parent
4b98b35da2
commit
e189b3aa91
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
name: Upload lhmask to GitHub
|
name: Upload lhmask to GitHub
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download lhmask
|
- name: Download lhmask
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
name: dist
|
name: dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue