mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +00:00
Use newer version of actions/upload-artifact
This commit is contained in:
parent
15881da348
commit
26d30979c0
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -90,13 +90,13 @@ jobs:
|
|||||||
run: python -m tox
|
run: python -m tox
|
||||||
|
|
||||||
- name: Upload eliot.log
|
- name: Upload eliot.log
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: eliot.log
|
name: eliot.log
|
||||||
path: eliot.log
|
path: eliot.log
|
||||||
|
|
||||||
- name: Upload trial log
|
- name: Upload trial log
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test.log
|
name: test.log
|
||||||
path: _trial_temp/test.log
|
path: _trial_temp/test.log
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
run: tox -e integration
|
run: tox -e integration
|
||||||
|
|
||||||
- name: Upload eliot.log in case of failure
|
- name: Upload eliot.log in case of failure
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: integration.eliot.json
|
name: integration.eliot.json
|
||||||
@ -259,7 +259,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@v2
|
uses: actions/upload-artifact@v3
|
||||||
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-*-*.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user