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 f5a169e commit 911753aCopy full SHA for 911753a
.github/workflows/test-go-task.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Send unit tests coverage to Codecov
68
if: matrix.operating-system == 'ubuntu-latest'
69
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
70
with:
71
file: ${{ matrix.module.path }}coverage_unit.txt
72
flags: ${{ matrix.module.codecov-flags }}
0 commit comments