From 23a0ce074c4734a56c18e71e07ff67ffbec94cc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:12:28 +0200 Subject: [PATCH] Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f9a2c9d..e045add 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: sertxudeveloper/laravel-counters @@ -94,7 +94,7 @@ jobs: run: vendor/bin/phpunit --coverage-clover=coverage.xml - name: Send code coverage report to Codecov.io - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} slug: sertxudeveloper/laravel-counters