We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809e6a5 commit b0f41e0Copy full SHA for b0f41e0
1 file changed
.github/workflows/build.yml
@@ -103,14 +103,14 @@ jobs:
103
104
- name: Codecov test results
105
if: github.event_name != 'merge_group' && !cancelled()
106
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
107
with:
108
use_oidc: true
109
report_type: test_results
110
111
- name: Codecov coverage results
112
if: github.event_name != 'merge_group'
113
114
115
116
0 commit comments