From 8efbb255bd412a443e035257433345eca0aa3d80 Mon Sep 17 00:00:00 2001 From: Arnold French Date: Wed, 11 Sep 2024 17:46:44 +0800 Subject: [PATCH] Update upload-artifact. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6501360..e580f5a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -105,7 +105,7 @@ jobs: SIMPLETEST_BASE_URL: http://127.0.0.1:8080 MINK_DRIVER_ARGS_WEBDRIVER: '["chrome", {"browserName":"chrome","goog:chromeOptions":{"args":["--disable-gpu", "--no-sandbox", "--headless"]}}, "http://127.0.0.1:9515"]' BROWSERTEST_OUTPUT_DIRECTORY: '/home/runner/drupal/web/sites/simpletest/browser_output' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: ${{ failure() || success() }} with: name: phpunit_browser_output