From 1a5918a064994046d3e6818beb1ddea8224e91fd Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Mon, 14 Oct 2024 13:52:43 -0700 Subject: [PATCH] change upload artifact version Signed-off-by: Amit Galitzky --- .github/workflows/remote-integ-tests-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remote-integ-tests-workflow.yml b/.github/workflows/remote-integ-tests-workflow.yml index 70ecf9b5..978a4106 100644 --- a/.github/workflows/remote-integ-tests-workflow.yml +++ b/.github/workflows/remote-integ-tests-workflow.yml @@ -153,14 +153,14 @@ jobs: working-directory: opensearch-dashboards-functional-test - name: Capture failure screenshots - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 if: failure() with: name: cypress-screenshots-${{ matrix.os }} path: opensearch-dashboards-functional-test/cypress/screenshots - name: Capture failure test video - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 if: failure() with: name: cypress-videos-${{ matrix.os }}