diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7eac4bd8..ea2c4b1c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -265,9 +265,9 @@ jobs: ./bin/spc doctor --auto-fix ${{ matrix.combo.build-args }} --dl-with-php=${{ matrix.combo.php-version }} - - name: Setup tmate session + - name: Setup upterm session if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 + uses: owenthereal/action-upterm@v1 - name: Upload logs if: always() && hashFiles('log/**') != ''