Skip to content

Commit d064af3

Browse files
authored
Merge pull request #359 from onflow/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 4628817 + 274ce06 commit d064af3

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
@@ -24,7 +24,7 @@ jobs:
2424
make check-tidy
2525
make check-headers
2626
- name: Upload coverage report
27-
uses: codecov/codecov-action@v1
27+
uses: codecov/codecov-action@v3
2828
with:
2929
file: ./coverage.txt
3030
flags: unittests

0 commit comments

Comments
 (0)