mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
no log: updated CI dependencies
This commit is contained in:
parent
213a04405d
commit
35eabb6a83
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -62,7 +62,7 @@ jobs:
|
||||||
run: npm run build:ci
|
run: npm run build:ci
|
||||||
working-directory: ${{ env.UI_DIRECTORY }}
|
working-directory: ${{ env.UI_DIRECTORY }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.UI_ARTIFACT_NAME }}
|
name: ${{ env.UI_ARTIFACT_NAME }}
|
||||||
path: "${{ env.UI_DIRECTORY }}/build"
|
path: "${{ env.UI_DIRECTORY }}/build"
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
|
|
||||||
- name: Install UI
|
- name: Install UI
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.UI_ARTIFACT_NAME }}
|
name: ${{ env.UI_ARTIFACT_NAME }}
|
||||||
path: "${{ env.UI_DIRECTORY }}/build"
|
path: "${{ env.UI_DIRECTORY }}/build"
|
||||||
|
|
Loading…
Reference in a new issue