From ff6b446c8ee87276699d86d57d29be12ed5b2531 Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Thu, 26 Sep 2024 14:33:05 -0700 Subject: [PATCH] Bump up actions/upload-artifact to v4 (#675) Signed-off-by: Junqiu Lei (cherry picked from commit a1f8be1e7c3b7ed4419eb2d4a4b9aac4f15b63f0) --- .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 }}