From 6f81a88f18ac69182aea58a7827fbb6720892752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:05:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6af1fa23..f7188614 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -59,13 +59,13 @@ jobs: # thus we store screenshots only on failures # Alternative: create and commit an empty cypress/screenshots folder # to always have something to upload - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos