From 24bc56cf54f208329bc1238f8c28696cdefc95b8 Mon Sep 17 00:00:00 2001 From: nubasit <118563568+nubasit@users.noreply.github.com> Date: Thu, 6 Feb 2025 02:10:34 -0500 Subject: [PATCH] Update test-pull-requests.yml actions/upload-artifact@v3 to actions/upload-artifact@v4 --- .github/workflows/test-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-requests.yml b/.github/workflows/test-pull-requests.yml index 0a77e579e..d9f4908d5 100644 --- a/.github/workflows/test-pull-requests.yml +++ b/.github/workflows/test-pull-requests.yml @@ -28,7 +28,7 @@ jobs: run: ddev exec vendor/bin/behat --config=tests/behat/behat.yml --stop-on-failure --strict --format=progress - name: Upload screenshots of failure if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: screenshots path: tests/behat/screenshots/*.png