Skip to content

Commit bc9d7d0

Browse files
authored
Merge pull request #902 from objectionary/renovate/codecov-codecov-action-6.x
Update codecov/codecov-action action to v6
2 parents 4e7c1a3 + 8b6960c commit bc9d7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run tests with coverage
3434
run: npm run coverage
3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v5
36+
uses: codecov/codecov-action@v6
3737
with:
3838
files: ./coverage/lcov.info
3939
flags: unittests

0 commit comments

Comments
 (0)