|
59 | 59 | |
60 | 60 | - name: Upload coverage to Codecov |
61 | 61 | if: github.event_name != 'schedule' |
62 | | - uses: codecov/codecov-action@v3 |
| 62 | + uses: codecov/codecov-action@v4 |
63 | 63 | with: |
64 | 64 | token: ${{ secrets.CODECOV_TOKEN }} |
65 | 65 | file: ./_meta/coverage.xml |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | |
139 | 139 | - name: Upload coverage to Codecov |
140 | 140 | if: github.event_name != 'schedule' |
141 | | - uses: codecov/codecov-action@v3 |
| 141 | + uses: codecov/codecov-action@v4 |
142 | 142 | with: |
143 | 143 | token: ${{ secrets.CODECOV_TOKEN }} |
144 | 144 | file: ./_meta/coverage.xml |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | |
211 | 211 | - name: Upload coverage to Codecov |
212 | 212 | if: github.event_name != 'schedule' |
213 | | - uses: codecov/codecov-action@v3 |
| 213 | + uses: codecov/codecov-action@v4 |
214 | 214 | with: |
215 | 215 | token: ${{ secrets.CODECOV_TOKEN }} |
216 | 216 | file: ./_meta/coverage.xml |
@@ -272,7 +272,7 @@ jobs: |
272 | 272 | |
273 | 273 | - name: Upload coverage to Codecov |
274 | 274 | if: github.event_name != 'schedule' |
275 | | - uses: codecov/codecov-action@v3 |
| 275 | + uses: codecov/codecov-action@v4 |
276 | 276 | with: |
277 | 277 | token: ${{ secrets.CODECOV_TOKEN }} |
278 | 278 | file: ./_meta/coverage.xml |
@@ -340,7 +340,7 @@ jobs: |
340 | 340 | |
341 | 341 | - name: Upload coverage to Codecov |
342 | 342 | if: github.event_name != 'schedule' |
343 | | - uses: codecov/codecov-action@v3 |
| 343 | + uses: codecov/codecov-action@v4 |
344 | 344 | with: |
345 | 345 | token: ${{ secrets.CODECOV_TOKEN }} |
346 | 346 | file: ./_meta/coverage.xml |
@@ -393,7 +393,7 @@ jobs: |
393 | 393 | vendor/bin/phpunit |
394 | 394 | |
395 | 395 | - name: Upload coverage to Codecov |
396 | | - uses: codecov/codecov-action@v3 |
| 396 | + uses: codecov/codecov-action@v4 |
397 | 397 | with: |
398 | 398 | token: ${{ secrets.CODECOV_TOKEN }} |
399 | 399 | file: ./_meta/coverage.xml |
|
0 commit comments