File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - run : make e2e-local E2E_TEST_CHUNK=${{ matrix.parallel-id }} E2E_TEST_NUM_CHUNKS=${{ strategy.job-total }} E2E_NODES=2 ARTIFACT_DIR=./artifacts/ SKIP='\[FLAKE\]'
2525 - name : Archive Test Artifacts # test results, failed or not, are always uploaded.
2626 if : ${{ always() }}
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-${{ matrix.parallel-id }}
3030 path : ${{ github.workspace }}/bin/artifacts/*
Original file line number Diff line number Diff line change 1919 - run : make e2e-local E2E_NODES=1 TEST='\[FLAKE\]' ARTIFACT_DIR=./artifacts/
2020 - name : Archive Test Artifacts # test results, failed or not, are always uploaded.
2121 if : ${{ always() }}
22- uses : actions/upload-artifact@v3
22+ uses : actions/upload-artifact@v4
2323 with :
2424 name : e2e-test-output-${{(github.event.pull_request.head.sha||github.sha)}}-${{ github.run_id }}
2525 path : ${{ github.workspace }}/bin/artifacts/*
You can’t perform that action at this time.
0 commit comments