Skip to content

Commit

Permalink
Update upload-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnold French committed Sep 11, 2024
1 parent bd88f37 commit 8efbb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8efbb25

Please sign in to comment.