From 0c791f16a582702ffa7298993b8be2a67ea933ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:05:32 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade 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 16606b0..11eb79e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: yarn build - name: Archive build 💽 - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist