We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f19b18 commit 259c9ffCopy full SHA for 259c9ff
.github/workflows/ci.yml
@@ -68,13 +68,13 @@ jobs:
68
69
- name: Upload coverage to Codecov
70
if: always()
71
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
72
with:
73
files: ./coverage/lcov.info
74
75
- name: Upload test results to Codecov
76
77
78
79
files: ./junit.xml
80
report_type: test_results
0 commit comments