From 24d6e79fdec826d8c448f07dfa34cb09564334e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:13:34 +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 3d5d955..2ed4996 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@v5" + uses: "actions/upload-artifact@v6" with: name: "preview-build" path: | diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index c481b95..e3fc97f 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@v6" + uses: "actions/download-artifact@v7" id: "preview-build-artifact" with: name: "preview-build"