Skip to content

Commit 467746e

Browse files
authored
chore(ci): use newer codecov action (#553)
1 parent 10fa9c1 commit 467746e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474

7575
- name: Upload test results to Codecov
7676
if: always()
77-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1
77+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
7878
with:
7979
files: ./junit.xml
80+
report_type: test_results

0 commit comments

Comments
 (0)