mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
hopefully unique names (upload v4)
This commit is contained in:
parent
b4763ddb73
commit
13bff03e0e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -95,13 +95,13 @@ jobs:
|
||||
- name: Upload eliot.log
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: eliot.log
|
||||
name: eliot-${{ matrix.runs-on }}.log
|
||||
path: eliot.log
|
||||
|
||||
- name: Upload trial log
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test.log
|
||||
name: test-${{ matrix.runs-on }}.log
|
||||
path: _trial_temp/test.log
|
||||
|
||||
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
||||
@ -233,7 +233,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: integration.eliot.json
|
||||
name: integration.eliot-${{ matrix.run-on }}.json
|
||||
path: integration.eliot.json
|
||||
|
||||
packaging:
|
||||
|
Loading…
Reference in New Issue
Block a user