We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c7070 commit 3681874Copy full SHA for 3681874
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
tox -e py
37
38
- name: Upload coverage
39
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3.1.5
40
with:
41
flags: ${{ matrix.os }}
42
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
0 commit comments