From 35ed0c40256c751ebd8ccdc5200160fa0686499b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 13:54:25 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade GitHub Artifact Actions to v4 --- .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 16606b0..25bd8cd 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 @@ -47,7 +47,7 @@ jobs: useRollingCache: true - name: Load build 💽 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist