Skip to content

Commit e851e62

Browse files
author
Simon Prickett
authored
Merge pull request #188 from redis/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2.1.0 to 3
2 parents 830fa50 + 570423c commit e851e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
make test
142142
poetry run coverage xml
143143
- name: Upload coverage
144-
uses: codecov/codecov-action@v2.1.0
144+
uses: codecov/codecov-action@v3
145145
with:
146146
file: ./coverage.xml
147147
flags: unit

0 commit comments

Comments
 (0)