From 98ee8e8bb9f63afc4a46e637762258113ee672ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:33:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/test-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 4e6b51e..d635934 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -64,12 +64,12 @@ jobs: - name: Run end-to-end tests 🧪 run: cd nuxt && NODE_TLS_REJECT_UNAUTHORIZED=0 yarn test:e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 if: failure() with: name: cypress-screenshots path: nuxt/cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 if: always() with: name: cypress-videos