Skip to content

Commit 5566fb0

Browse files
authored
Merge pull request #3 from Countly/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents a7a43c7 + ead8701 commit 5566fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run test:ci
3131

3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v4
33+
uses: codecov/codecov-action@v5
3434
with:
3535
files: ./coverage/lcov.info
3636
flags: unittests

0 commit comments

Comments
 (0)