Skip to content

Commit 259c9ff

Browse files
meta: bump codecov/codecov-action from 5.5.3 to 6.0.0 (#743)
1 parent 6f19b18 commit 259c9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868

6969
- name: Upload coverage to Codecov
7070
if: always()
71-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
71+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7272
with:
7373
files: ./coverage/lcov.info
7474

7575
- name: Upload test results to Codecov
7676
if: always()
77-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
77+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7878
with:
7979
files: ./junit.xml
8080
report_type: test_results

0 commit comments

Comments
 (0)