We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462da00 + 1dc53c7 commit 30b733fCopy full SHA for 30b733f
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Upload coverage to Codecov
69
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.25.x'
70
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
71
with:
72
files: ./coverage
73
flags: unittests
0 commit comments