From d16856c524d068f0c806dc4504987cec073371b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:29:55 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e242d..234cef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: "vendor/bin/phpunit --coverage-clover=coverage.xml" - name: "Upload coverage file" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage" path: "coverage.xml" @@ -73,7 +73,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: "reports"