From 95d5163170b4423f08be95b41163b003c0002e0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:12:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/test-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index 71e5bb0..c0bfc53 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -75,11 +75,11 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} timeout-minutes: 1 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: cypress-videos path: nuxt/cypress/videos - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 if: failure() with: name: cypress-screenshots