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()