From bfd846f92dae8a5882dd918a2b9c6a04582f2bf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 04:14:49 +0000 Subject: [PATCH] chore: update actions/upload-artifact action to v5 --- .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 44ad520..6be7124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: yarn run build - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: dist path: dist/**/*