Skip to content

Commit 48880b0

Browse files
authored
Merge pull request #10 from hapiio/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 04945c7 + 975fab9 commit 48880b0

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload coverage to Codecov
4343
# Only upload from one OS to avoid double-counting.
4444
if: matrix.os == 'ubuntu-latest'
45-
uses: codecov/codecov-action@v5
45+
uses: codecov/codecov-action@v6
4646
with:
4747
files: ./coverage.out
4848
flags: unittests

0 commit comments

Comments
 (0)