chore(deps): use actions/upload-artifact@v4
This commit is contained in:
parent
88e47c054f
commit
2dbd29a90a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: 'Build web app artifacts'
|
- name: 'Build web app artifacts'
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-output
|
name: build-output
|
||||||
path: dist
|
path: dist
|
||||||
|
Loading…
Reference in New Issue
Block a user