From 37003f813ca919b7d40f650b64eb5f6ecb53e558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:47:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#139) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c023499..e3c81bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: vendor/bin/phpstan analyse vendor/bin/phpstan analyse -c phpstan.tests.neon.dist - if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: tests/**/output