From 11fd5f11267845cb5de373699d2e03c1ceaaa93b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:20:32 +0000 Subject: [PATCH] ci(deps): update actions/upload-artifact action to v7 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4d5c1e..1614f7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Archive Dist Artifacts if: failure() || success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: './dist'