From c8e725538861f4382a488a1bcccb5429d7a879b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mat=C4=9Bj=C4=8Dek?= Date: Mon, 3 Feb 2025 08:02:25 +0100 Subject: [PATCH] fix(tests) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d187333..0f69ac3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - run: composer install --no-progress --prefer-dist - run: composer tests - if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: tests/**/output