Skip to content

Commit

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

4132.more unique upload names reprise
  • Loading branch information
meejah authored Dec 2, 2024
2 parents 9dab64a + 9109ceb commit a46c41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ jobs:
- name: Upload eliot.log
uses: actions/upload-artifact@v4
with:
name: eliot-${{ matrix.runs-on }}.log
name: "eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.log"
path: eliot.log

- name: Upload trial log
uses: actions/upload-artifact@v4
with:
name: test-${{ matrix.runs-on }}.log
name: "test-${{ matrix.os }}-Python-${{ matrix.python-version }}.log"
path: _trial_temp/test.log

# Upload this job's coverage data to Coveralls. While there is a GitHub
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: actions/upload-artifact@v4
if: failure()
with:
name: integration.eliot-${{ matrix.run-on }}.json
name: "integration.eliot-${{ matrix.os }}-Python-${{ matrix.python-version }}.json"
path: integration.eliot.json

packaging:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/4132.minor
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit a46c41c

Please sign in to comment.