Skip to content

Commit 0e83afb

Browse files
authored
Merge pull request #13 from 1mb-dev/dependabot/github_actions/codecov/codecov-action-6
chore(ci)(deps): bump codecov/codecov-action from 5 to 6
2 parents c095307 + b85ab4a commit 0e83afb

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload coverage
3636
if: matrix.os == 'ubuntu-latest' && matrix.go == '1.26'
37-
uses: codecov/codecov-action@v5
37+
uses: codecov/codecov-action@v6
3838
with:
3939
files: ./coverage.out
4040
flags: unittests

0 commit comments

Comments
 (0)