From 0ee84d39a64135cf76b4745af4dc132151b6e918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:48:35 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd58dad1e..7b94bf593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: install: true command: pnpm test.ci - name: Upload Cypress artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 if: failure() with: name: cypress-report