We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151896f commit c86b21dCopy full SHA for c86b21d
.github/workflows/pants.yaml
@@ -50,8 +50,8 @@ jobs:
50
pants package ::
51
pants run helloworld/:pex_binary
52
- name: Upload pants log
53
- uses: actions/upload-artifact@v4
+ uses: namespace-actions/upload-artifact@v1
54
with:
55
- name: pants-log
+ name: pants-log-${{ matrix.runner }}
56
path: .pants.d/workdir/pants.log
57
if: always() # We want the log even on failures.
0 commit comments