From 58b6b7f707c22b3752830cab66a8a11deff3c20b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:05:09 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a77289f..c58bf6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: yarn test:e2e:ci - name: Upload Screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v7 if: failure() with: name: cypress-screenshots