Skip to content

Commit e67f194

Browse files
committed
user runner.os instead
1 parent b75acf9 commit e67f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Store coverage files
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
76+
name: coverage-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
7777
path: coverage
7878
include-hidden-files: true
7979

0 commit comments

Comments
 (0)