no log: updated CI dependencies

This commit is contained in:
morpheus65535 2024-03-08 13:41:24 -05:00
parent 213a04405d
commit 35eabb6a83
1 changed files with 2 additions and 2 deletions

View File

@ -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"