mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-06 06:01:48 +00:00
Merge pull request #1394 from hacklschorsch/4132.more-unique-upload-names
4132.more unique upload names
This commit is contained in:
commit
9dab64a78f
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -93,15 +93,15 @@ jobs:
|
|||||||
python -m tox | python misc/windows-enospc/passthrough.py
|
python -m tox | python misc/windows-enospc/passthrough.py
|
||||||
|
|
||||||
- name: Upload eliot.log
|
- name: Upload eliot.log
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: eliot.log
|
name: eliot-${{ matrix.runs-on }}.log
|
||||||
path: eliot.log
|
path: eliot.log
|
||||||
|
|
||||||
- name: Upload trial log
|
- name: Upload trial log
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test.log
|
name: test-${{ matrix.runs-on }}.log
|
||||||
path: _trial_temp/test.log
|
path: _trial_temp/test.log
|
||||||
|
|
||||||
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
# Upload this job's coverage data to Coveralls. While there is a GitHub
|
||||||
@ -230,10 +230,10 @@ jobs:
|
|||||||
tox -e integration -- --force-foolscap integration/
|
tox -e integration -- --force-foolscap integration/
|
||||||
|
|
||||||
- name: Upload eliot.log in case of failure
|
- name: Upload eliot.log in case of failure
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: integration.eliot.json
|
name: integration.eliot-${{ matrix.run-on }}.json
|
||||||
path: integration.eliot.json
|
path: integration.eliot.json
|
||||||
|
|
||||||
packaging:
|
packaging:
|
||||||
@ -277,7 +277,7 @@ jobs:
|
|||||||
run: dist/Tahoe-LAFS/tahoe --version
|
run: dist/Tahoe-LAFS/tahoe --version
|
||||||
|
|
||||||
- name: Upload PyInstaller package
|
- name: Upload PyInstaller package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }}
|
name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }}
|
||||||
path: dist/Tahoe-LAFS-*-*.*
|
path: dist/Tahoe-LAFS-*-*.*
|
||||||
|
0
newsfragments/4132.minor
Normal file
0
newsfragments/4132.minor
Normal file
Loading…
x
Reference in New Issue
Block a user