Skip to content

Commit b4e33b5

Browse files
committed
Use codecov/codecov-action@v4
1 parent c353e50 commit b4e33b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
dependency-versions: ${{ matrix.dependency-versions }}
103103
- run: task test -- --colors=always --coverage-clover coverage.xml
104104
- if: ${{ matrix.php == '8.1' && matrix.dependency-versions == 'lowest' }}
105-
uses: codecov/codecov-action@v3
105+
uses: codecov/codecov-action@v4
106106
env:
107107
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
108108

0 commit comments

Comments
 (0)