Skip to content

Commit 23a961e

Browse files
authored
Update the log file name to match the test case (#23781)
1 parent a44b801 commit 23a961e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,15 +460,15 @@ jobs:
460460
uses: actions/upload-artifact@v3
461461
if: ${{ failure() && !env.ACT }}
462462
with:
463-
name: crash-core-linux-python-repl
463+
name: crash-core-linux-java-controller
464464
path: /tmp/cores/
465465
# Cores are big; don't hold on to them too long.
466466
retention-days: 5
467467
- name: Uploading objdir for debugging
468468
uses: actions/upload-artifact@v3
469469
if: ${{ failure() && !env.ACT }}
470470
with:
471-
name: crash-objdir-linux-python-repl
471+
name: crash-objdir-linux-java-controller
472472
path: objdir-clone/
473473
# objdirs are big; don't hold on to them too long.
474474
retention-days: 5

0 commit comments

Comments
 (0)