From 5ba45d48a2aa6aebb6f77531b5be730540078a31 Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Thu, 26 Sep 2024 11:05:27 -0700 Subject: [PATCH] Bump up actions/upload-artifact to v4 Signed-off-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 6e1e7820..06099db5 100644 --- a/.github/workflows/remote-ftr-integ-test-workflow.yml +++ b/.github/workflows/remote-ftr-integ-test-workflow.yml @@ -170,14 +170,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 }}