summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2024-03-08 13:41:24 -0500
committermorpheus65535 <[email protected]>2024-03-08 13:41:24 -0500
commit35eabb6a8345774628445f97b7a941b3da755c7c (patch)
treeec4fdeee76ecbea470010feb9fb14e038c246a54 /.github/workflows
parent213a04405d6d02e3349387d1cfe8dcd25ed7e64e (diff)
downloadbazarr-35eabb6a8345774628445f97b7a941b3da755c7c.tar.gz
bazarr-35eabb6a8345774628445f97b7a941b3da755c7c.zip
no log: updated CI dependencies
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 86b649ba3..5bdc2eeba 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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"