From 992ad95a3b71cdc2194e7663a57b01db9e5e7719 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 16 Oct 2021 09:20:39 +0100 Subject: Use new version of the codecov uploader action --- .github/workflows/phpunit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/phpunit.yaml') 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 -- cgit v1.3