From abb7480f1b1a147f82206405587da325664b8591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:55:38 +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 ae3229a..9db9af3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: "vendor/bin/phpunit --coverage-clover=coverage.xml" - name: "Upload coverage file" - uses: "actions/upload-artifact@v4" + uses: "actions/upload-artifact@v7" with: name: "phpunit-${{ matrix.dependencies }}-${{ matrix.php-version }}.coverage" path: "coverage.xml" @@ -60,7 +60,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v4" + uses: "actions/download-artifact@v8" with: path: "reports"