diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-11-23 21:24:36 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-11-23 21:24:44 +0000 |
| commit | d989bd0d75c4f931d2e0321f87bdf542704335da (patch) | |
| tree | f8352d2cd1e46c0f0082be50cc91c65299351ec9 /.github | |
| parent | 14963236e926dc97ab405eccba8f04eb49f34c60 (diff) | |
| download | webtrees-d989bd0d75c4f931d2e0321f87bdf542704335da.tar.gz webtrees-d989bd0d75c4f931d2e0321f87bdf542704335da.tar.bz2 webtrees-d989bd0d75c4f931d2e0321f87bdf542704335da.zip | |
Bump version of codecov/codecov-action from v4 to v5
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 70bcd3d7c8..cb3a9c4b0b 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -30,7 +30,7 @@ jobs: - run: vendor/bin/phpunit --coverage-clover=tests/coverage.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: tests/coverage.xml + files: tests/coverage.xml |
