Skip to content

Commit c86b21d

Browse files
committed
split artifact logs per runner
1 parent 151896f commit c86b21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
pants package ::
5151
pants run helloworld/:pex_binary
5252
- name: Upload pants log
53-
uses: actions/upload-artifact@v4
53+
uses: namespace-actions/upload-artifact@v1
5454
with:
55-
name: pants-log
55+
name: pants-log-${{ matrix.runner }}
5656
path: .pants.d/workdir/pants.log
5757
if: always() # We want the log even on failures.

0 commit comments

Comments
 (0)