mirror of https://github.com/morpheus65535/bazarr
no log: updated CI dependencies
This commit is contained in:
parent
213a04405d
commit
35eabb6a83
|
@ -62,7 +62,7 @@ jobs:
|
|||
run: npm run build:ci
|
||||
working-directory: ${{ env.UI_DIRECTORY }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.UI_ARTIFACT_NAME }}
|
||||
path: "${{ env.UI_DIRECTORY }}/build"
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
python-version: "3.8"
|
||||
|
||||
- name: Install UI
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ${{ env.UI_ARTIFACT_NAME }}
|
||||
path: "${{ env.UI_DIRECTORY }}/build"
|
||||
|
|
Loading…
Reference in New Issue