From 7d4e23bcff1503a8a97719b9759209fc3feec6e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:23:43 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .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 cf2379d..36f3bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: run: pnpm test:e2e:ci - name: Test component-testing run: pnpm test:ct:ci - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: test path: |