Skip to content

Commit 00c18e0

Browse files
committed
Add info about checks
1 parent 8f7e4e3 commit 00c18e0

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@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
files: ./coverage.xml
3737
fail_ci_if_error: true

0 commit comments

Comments
 (0)