We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f8b78 commit 705b097Copy full SHA for 705b097
1 file changed
.github/workflows/go.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Upload coverage to Codecov
82
if: matrix.os == 'ubuntu-latest'
83
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
84
with:
85
file: ./coverage.txt
86
flags: unittests
0 commit comments