From 4e6d051b88898a9eeeb2e641d1baf3bbdb3d3cc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:10:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index 2ed4996..92348dd 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -19,7 +19,7 @@ jobs: - run: bun install - run: cd web && bun run build - name: "upload build artifact" - uses: "actions/upload-artifact@v6" + uses: "actions/upload-artifact@v7" with: name: "preview-build" path: |