From ee51fbd1a679bc4fde68e8b47eea9f2475599531 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 9 Jan 2025 23:36:36 +0530 Subject: [PATCH] chore: Update upload-artifact version to v4 --- .github/workflows/ci-test-custom-script.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-custom-script.yml b/.github/workflows/ci-test-custom-script.yml index 2f390583f9..a4ccf88b57 100644 --- a/.github/workflows/ci-test-custom-script.yml +++ b/.github/workflows/ci-test-custom-script.yml @@ -390,11 +390,12 @@ jobs: overwrite: true # Upload the screenshots as artifacts if there's a failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots-${{ matrix.job }} path: ${{ github.workspace }}/app/client/cypress/screenshots/ + overwrite: true - name: Collect CI container logs if: failure()