diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-02-17 01:09:41 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-02-17 01:10:18 +0000 |
| commit | 09d3caec0b650d7a5b67cd80fa92bcf6b247afad (patch) | |
| tree | 587a000d64bf3e7db0aae53876367f12d9d9b2dc /.github/workflows/phpunit.yaml | |
| parent | 00443936fb89d6cf3787f9fa0e181d52293be7b9 (diff) | |
| download | webtrees-09d3caec0b650d7a5b67cd80fa92bcf6b247afad.tar.gz webtrees-09d3caec0b650d7a5b67cd80fa92bcf6b247afad.tar.bz2 webtrees-09d3caec0b650d7a5b67cd80fa92bcf6b247afad.zip | |
Update CI workflows
Diffstat (limited to '.github/workflows/phpunit.yaml')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 365e43e99c..708a8fa3eb 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -29,7 +29,7 @@ jobs: - run: vendor/bin/phpunit --coverage-clover=tests/coverage.xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: tests/coverage.xml |
