Skip to content

Commit b1d47fe

Browse files
authored
Merge pull request #90 from BitcoinSchema/dependabot/github_actions/master/codecov/codecov-action-4.3.1
Bump codecov/codecov-action from 4.3.0 to 4.3.1
2 parents 701c619 + d8db6a7 commit b1d47fe

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.0
43+
uses: codecov/codecov-action@v4.3.1
4444
with:
4545
flags: unittests
4646
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)