File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
- name : Generate unit-tests coverage
100
100
run : make coverage-unit-tests
101
101
- name : Upload unit-tests coverage to Codecov
102
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
102
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
103
103
env :
104
104
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
105
105
with :
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Generate integration-tests coverage
111
111
run : make coverage-integration-tests
112
112
- name : Upload integration-tests coverage to Codecov
113
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
113
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
114
114
env :
115
115
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
116
116
with :
You can’t perform that action at this time.
0 commit comments