From fb1b5d4106f9800780c530ec9b92e9f4db83f515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:40:18 +0100 Subject: [PATCH] build: bump codecov/codecov-action from 4 to 5 (#91) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e676909..b369872 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -37,7 +37,7 @@ jobs: - name: Run test suite run: composer run-script test - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.php-versions == '8.1' with: # Comma-separated list of files to upload