We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75acf9 commit e67f194Copy full SHA for e67f194
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Store coverage files
74
uses: actions/upload-artifact@v4
75
with:
76
- name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
+ name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
77
path: coverage
78
include-hidden-files: true
79
0 commit comments