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