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'
|
||||
run: npm run build
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-output
|
||||
path: dist
|
||||
|
Loading…
Reference in New Issue
Block a user