File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 - name : Run e2e tests
3636 run : ARTIFACT_PATH=/tmp/artifacts E2E_SUMMARY_OUTPUT=$GITHUB_STEP_SUMMARY make test-e2e
3737
38- - uses : actions/upload-artifact@v4
38+ - uses : actions/upload-artifact@v5
3939 if : failure()
4040 with :
4141 name : e2e-artifacts
6262 - name : Run e2e tests
6363 run : ARTIFACT_PATH=/tmp/artifacts E2E_SUMMARY_OUTPUT=$GITHUB_STEP_SUMMARY make test-experimental-e2e
6464
65- - uses : actions/upload-artifact@v4
65+ - uses : actions/upload-artifact@v5
6666 if : failure()
6767 with :
6868 name : experimental-e2e-artifacts
8787 - name : Run the upgrade e2e test
8888 run : ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e
8989
90- - uses : actions/upload-artifact@v4
90+ - uses : actions/upload-artifact@v5
9191 if : failure()
9292 with :
9393 name : upgrade-e2e-artifacts
@@ -105,7 +105,7 @@ jobs:
105105 - name : Run the upgrade e2e test
106106 run : ARTIFACT_PATH=/tmp/artifacts make test-upgrade-experimental-e2e
107107
108- - uses : actions/upload-artifact@v4
108+ - uses : actions/upload-artifact@v5
109109 if : failure()
110110 with :
111111 name : upgrade-experimental-e2e-artifacts
You can’t perform that action at this time.
0 commit comments