Skip to content

Commit

Permalink
Merge pull request tahoe-lafs#1394 from hacklschorsch/4132.more-uniqu…
Browse files Browse the repository at this point in the history
…e-upload-names

4132.more unique upload names
  • Loading branch information
meejah authored Nov 29, 2024
2 parents d5a6689 + 68dde65 commit 9dab64a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
python -m tox | python misc/windows-enospc/passthrough.py
- name: Upload eliot.log
uses: actions/upload-artifact@v3
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@v3
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
Expand Down Expand Up @@ -230,10 +230,10 @@ jobs:
tox -e integration -- --force-foolscap integration/
- name: Upload eliot.log in case of failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: integration.eliot.json
name: integration.eliot-${{ matrix.run-on }}.json
path: integration.eliot.json

packaging:
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
run: dist/Tahoe-LAFS/tahoe --version

- name: Upload PyInstaller package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Tahoe-LAFS-${{ matrix.os }}-Python-${{ matrix.python-version }}
path: dist/Tahoe-LAFS-*-*.*
Empty file added newsfragments/4132.minor
Empty file.

0 comments on commit 9dab64a

Please sign in to comment.