Skip to content

Commit 738ddaa

Browse files
committed
ci: Update artifact name format in cloud tests workflow
Changed the artifact name format for the Tower debug log to include aligner and architecture details for better traceability. https://github.com/actions/upload-artifact/tree/v4/?tab=readme-ov-file#not-uploading-to-the-same-artifact
1 parent b2a5b08 commit 738ddaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
}
4242
- uses: actions/upload-artifact@v4
4343
with:
44-
name: Tower debug log file
44+
name: Tower_debug_action-${{ matrix.aligner }}-${{ matrix.arch }}.log
4545
path: tower_action_*.log
4646

4747
run-full-tests-on-azure:

0 commit comments

Comments
 (0)