From 9e4b02deeb8b50c98872bf9a4e983828eea61a05 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 13 Sep 2024 10:14:59 +0200 Subject: [PATCH] build(.github) update actions/upload-artifact to v4 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 800d17e60..c30aa9f32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -110,7 +110,7 @@ jobs: run: vendor/bin/codecept run ${{ matrix.suite }} - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: ${{ matrix.suite }}-php@${{ matrix.php_version }}-screenshots