Skip to content

Commit 50ff7e1

Browse files
committed
Save logs separately per OS
1 parent bf4f4d0 commit 50ff7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/template-pr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Archive integration test artifacts
2424
uses: actions/upload-artifact@v4
2525
with:
26-
name: integration-test-logs
26+
name: integration-test-logs-${{ matrix.os }}
2727
path: tests/integration/results/integration_test/logs
2828
retention-days: 30

0 commit comments

Comments
 (0)