Skip to content

Commit 30b733f

Browse files
authored
Merge pull request #33 from thinkgos/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 462da00 + 1dc53c7 commit 30b733f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload coverage to Codecov
6969
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.25.x'
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
files: ./coverage
7373
flags: unittests

0 commit comments

Comments
 (0)