Skip to content

Commit

Permalink
Specify a matrix-dependent name for the upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Dec 9, 2024
1 parent 8b88a8f commit a12fbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- uses: actions/upload-artifact@v4
name: upload pytest timing reports as json
with:
path: |
./report-*.json
name: pytest-timing-${{ matrix.os }}-${{ matrix.python-version }}
path: ./report-*.json
- uses: codecov/codecov-action@v5
- name: Build docs
if: ${{ matrix.python-version == '3.11'}}
Expand Down

0 comments on commit a12fbbe

Please sign in to comment.