# Upload 📷 UI snapshots to argos server, help visual regression testing. name: UI Upload on: workflow_run: workflows: ["📷 UI"] types: - completed jobs: upload-ui: name: deploy preview runs-on: ubuntu-latest if: > github.event.workflow_run.conclusion == 'success' steps: - name: Download commit artifact uses: dawidd6/action-download-artifact@v2 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: commit - name: Save commit id id: commit run: echo "::set-output name=id::$(