summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-10-16 09:20:39 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-10-16 09:20:39 +0100
commit992ad95a3b71cdc2194e7663a57b01db9e5e7719 (patch)
treee0caedd85e18987666d862d0979f22606af9a1f9 /.github
parent4b56fbbc8d2031fc5ed4940204a77169893f1117 (diff)
downloadwebtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.tar.gz
webtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.tar.bz2
webtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.zip
Use new version of the codecov uploader action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index a8ff0ef416..e325da1d72 100644
--- a/.github/workflows/phpunit.yaml
+++ b/.github/workflows/phpunit.yaml
@@ -28,7 +28,7 @@ jobs:
- run: vendor/bin/phpunit --coverage-clover=tests/coverage.xml
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: tests/coverage.xml