From e1177b7295038f140a7ee836d8cfdb969fdd04eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:49:36 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build-preview.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: | diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e3fc97f..c09fe27 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -19,7 +19,7 @@ jobs: name: "Deploy Preview to Cloudflare Pages" steps: - name: "Download build artifact" - uses: "actions/download-artifact@v7" + uses: "actions/download-artifact@v8" id: "preview-build-artifact" with: name: "preview-build"