From 560e3a726dc0a3d2c0979928ef071f7848085ac0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Mar 2022 04:39:09 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7551f8..31db8a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: "vendor/bin/phpunit --coverage-clover=coverage.xml" - name: "Upload coverage file" - uses: "actions/upload-artifact@v2" + uses: actions/upload-artifact@v3 with: name: "phpunit-${{ matrix.deps }}-${{ matrix.php-version }}.coverage" path: "coverage.xml"