From 10e22ad8f60b944bfafe92f415d7e1bafcdad6ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:24:23 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.5.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b63beaf0..0b8589f46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: npm run-script serve:ci --no-progress - name: Upload ASF-ui - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 with: if-no-files-found: error name: ${{ matrix.os }}_ASF-ui