Skip to content

Commit c190157

Browse files
authored
Update test.yml
set for the 3.8 version
1 parent c2c77bc commit c190157

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
@@ -31,7 +31,7 @@ jobs:
3131
make docker-qa PYTHON_VERSION=${{matrix.python-version}}
3232
- name: Creating coverage report
3333
if: ${{ ( matrix.python-version == '3.8' ) }}
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v3
3535
with:
3636
files: ./coverage.xml
3737
fail_ci_if_error: true

0 commit comments

Comments
 (0)