Skip to content

Commit f7f84ca

Browse files
authored
Merge pull request #187 from openscript-ch/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2 parents 1a6482d + 630ae46 commit f7f84ca

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
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run test:coverage
3838

3939
- name: Submit coverage
40-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
4141
if: matrix.os == 'ubuntu-latest' && matrix.node == '18.x'
4242

4343
- name: Build

0 commit comments

Comments
 (0)