mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Update actions/upload-artifact action to v4
This commit is contained in:
parent
1c874ef4bb
commit
4e30758e6c
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
VITE_APP_VERSION: ${{ github.sha }}
|
VITE_APP_VERSION: ${{ github.sha }}
|
||||||
NODE_OPTIONS: "--max-old-space-size=4096"
|
NODE_OPTIONS: "--max-old-space-size=4096"
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist
|
path: dist
|
||||||
|
Loading…
Reference in New Issue
Block a user