From 35eabb6a8345774628445f97b7a941b3da755c7c Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Fri, 8 Mar 2024 13:41:24 -0500 Subject: [PATCH] no log: updated CI dependencies --- .github/workflows/ci.yml | 4 ++-- 1 file 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"