From 9fac4ed34bd398402a51858a379a2c75d98f16e3 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Fri, 19 Jul 2024 07:20:37 -0700 Subject: [PATCH] update --- .github/workflows/run_example.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run_example.yml b/.github/workflows/run_example.yml index 703a1ae..003e4dd 100644 --- a/.github/workflows/run_example.yml +++ b/.github/workflows/run_example.yml @@ -32,8 +32,7 @@ jobs: - name: Set up Appium env uses: actions/setup-node@v3 with: - node-version: 16 - check-latest: true + node-version: 'lts/*' - name: Install Appium XCUITest run: | npm install -g appium @@ -51,8 +50,8 @@ jobs: bundle install bundle exec rspec spec/ios_example_spec.rb - name: Upload appium.out - uses: actions/upload-artifact@v3.1.1 - if: failure() + if: ${{ always() }} + uses: actions/upload-artifact@v4 with: path: appium.out