Skip to content

Commit 0d03225

Browse files
authored
Merge pull request #92 from BitcoinSchema/dependabot/github_actions/master/codecov/codecov-action-4.4.1
Bump codecov/codecov-action from 4.3.1 to 4.4.1
2 parents a90f263 + e861865 commit 0d03225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run linter and tests
4141
run: make test-ci
4242
- name: Update code coverage
43-
uses: codecov/codecov-action@v4.3.1
43+
uses: codecov/codecov-action@v4.4.1
4444
with:
4545
flags: unittests
4646
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)