From ac22e21967d8a98cab339f2ab64f91261dc0be2a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 1 Feb 2024 06:59:38 +0100 Subject: [PATCH] Bump --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3e381e4c08..d70d979f837 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -215,7 +215,7 @@ jobs: run: ./phpunit --coverage-clover=coverage.xml - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }}