From 1afb2b9a2b1d2bb05bbfe5ef3fac6eec2f3d73c0 Mon Sep 17 00:00:00 2001 From: David ALLIX Date: Mon, 30 Mar 2020 17:34:35 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f00e68..aa22661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,6 @@ jobs: - name: Run coverage with PHPUnit run: vendor/bin/simple-phpunit --coverage-clover ./coverage.xml --colors=always - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v1.0.6 + uses: codecov/codecov-action@v1.0.3 # 1.0.4+ uncompatible alpine :/ with: token: ${{ secrets.CODECOV_TOKEN }}