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 24
24
- 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\]'
25
25
- name : Archive Test Artifacts # test results, failed or not, are always uploaded.
26
26
if : ${{ always() }}
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-${{ matrix.parallel-id }}
30
30
path : ${{ github.workspace }}/bin/artifacts/*
Original file line number Diff line number Diff line change 19
19
- run : make e2e-local E2E_NODES=1 TEST='\[FLAKE\]' ARTIFACT_DIR=./artifacts/
20
20
- name : Archive Test Artifacts # test results, failed or not, are always uploaded.
21
21
if : ${{ always() }}
22
- uses : actions/upload-artifact@v3
22
+ uses : actions/upload-artifact@v4
23
23
with :
24
24
name : e2e-test-output-${{(github.event.pull_request.head.sha||github.sha)}}-${{ github.run_id }}
25
25
path : ${{ github.workspace }}/bin/artifacts/*
You can’t perform that action at this time.
0 commit comments