Skip to content

Commit

Permalink
chore(ci): remove {{ matrix.os }} from names of coverage artifacts …
Browse files Browse the repository at this point in the history
…pertaining to `test-mypy` (pydantic#9900)
  • Loading branch information
AlessandroMiola authored Jul 17, 2024
1 parent 1f6a518 commit e49b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- name: store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-mypy${{ matrix.mypy-version }}
name: coverage-${{ matrix.python-version }}-mypy${{ matrix.mypy-version }}
path: coverage

coverage-combine:
Expand Down

0 comments on commit e49b535

Please sign in to comment.