From f6b518fcbe890c4f08dc02ee8ba4352886672370 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:41:03 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index beac11034..fac7bf4ff 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -138,14 +138,14 @@ jobs: VITE_AUTH_URL: ${{ secrets.VITE_AUTH_URL || inputs.VITE_AUTH_URL }} - name: Upload Cypress screenshots (on failure) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress_screenshots path: cypress/screenshots/ - name: Upload Cypress videos (always) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress_videos