File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 with :
248248 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
249249 path : target/jacoco-combined.exec
250- - uses : codecov/codecov-action@v4
250+ - uses : codecov/codecov-action@v5
251251 env :
252252 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
253253 with :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 with :
113113 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
114114 path : target/jacoco-combined.exec
115- - uses : codecov/codecov-action@v4
115+ - uses : codecov/codecov-action@v5
116116 env :
117117 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
118118 with :
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 with :
144144 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
145145 path : target/jacoco-combined.exec
146- - uses : codecov/codecov-action@v4
146+ - uses : codecov/codecov-action@v5
147147 env :
148148 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
149149 with :
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139139 with :
140140 name : jacoco-reports-${{ matrix.module }}-java-${{ matrix.java }}
141141 path : target/jacoco-combined.exec
142- - uses : codecov/codecov-action@v4
142+ - uses : codecov/codecov-action@v5
143143 env :
144144 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
145145 with :
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 with :
123123 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
124124 path : target/jacoco-combined.exec
125- - uses : codecov/codecov-action@v4
125+ - uses : codecov/codecov-action@v5
126126 env :
127127 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
128128 with :
Original file line number Diff line number Diff line change 9595 with :
9696 name : jacoco-reports-${{ matrix.module }}-${{ matrix.name }}
9797 path : target/jacoco-combined.exec
98- - uses : codecov/codecov-action@v4
98+ - uses : codecov/codecov-action@v5
9999 env :
100100 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
101101 with :
You can’t perform that action at this time.
0 commit comments