From 3424b824f2db74dae10fb98e2bee42922294c7cf Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:02:03 -0700 Subject: [PATCH] Bump up actions/upload-artifact to v4 (#675) (#676) Signed-off-by: Junqiu Lei (cherry picked from commit a1f8be1e7c3b7ed4419eb2d4a4b9aac4f15b63f0) Co-authored-by: Junqiu Lei --- .github/workflows/remote-ftr-integ-test-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remote-ftr-integ-test-workflow.yml b/.github/workflows/remote-ftr-integ-test-workflow.yml index e815aa5c..3068ce54 100644 --- a/.github/workflows/remote-ftr-integ-test-workflow.yml +++ b/.github/workflows/remote-ftr-integ-test-workflow.yml @@ -176,14 +176,14 @@ jobs: working-directory: opensearch-dashboards-functional-test - name: Capture failure screenshots - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots-${{ matrix.os }} path: opensearch-dashboards-functional-test/cypress/screenshots - name: Capture test video - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos-${{ matrix.os }}