Skip to content

Commit 0aea74c

Browse files
chore(deps) Update codecov/codecov-action action to v5
1 parent 4a4d641 commit 0aea74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: upload cov
117117
if: always()
118-
uses: codecov/codecov-action@v4
118+
uses: codecov/codecov-action@v5
119119
with:
120120
files: ./coverage.cobertura.xml
121121
verbose: true
@@ -233,7 +233,7 @@ jobs:
233233
234234
- name: upload cov
235235
if: always()
236-
uses: codecov/codecov-action@v4
236+
uses: codecov/codecov-action@v5
237237
with:
238238
files: ./coverage.cobertura.xml
239239
verbose: true

0 commit comments

Comments
 (0)