We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ff39 commit cac3dabCopy full SHA for cac3dab
1 file changed
.github/workflows/testing.yml
@@ -74,7 +74,7 @@ jobs:
74
make test
75
76
- name: Upload coverage to Codecov
77
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
78
with:
79
flags: ${{ matrix.os }},go-${{ matrix.go }}
80
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments